Skip to content

Commit

Permalink
Reenable all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
willeastcott committed Dec 24, 2024
1 parent 79e9c1e commit 008608b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { Mouse } from '../../../../src/platform/input/mouse.js';
import { TouchDevice } from '../../../../src/platform/input/touch-device.js';
import { jsdomSetup, jsdomTeardown } from '../../../jsdom.mjs';

describe.only('ElementDragHelper', function () {
describe('ElementDragHelper', function () {
let stubbedOntouchstart;
let app;
let entity;
Expand Down

0 comments on commit 008608b

Please sign in to comment.