Skip to content

Commit

Permalink
run all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mister-ben authored Jul 6, 2023
1 parent 4ad3b94 commit bc7e49c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/utils/dom.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,7 @@ QUnit.test('isSingleLeftClick() checks return values for mousedown event', funct
assert.ok(Dom.isSingleLeftClick(mouseEvent), 'a touch event on simulated mobiles is a single left click');
});

QUnit.only('dom.getPointerPosition should return position with translated', function(assert) {
QUnit.test('dom.getPointerPosition should return position with translated', function(assert) {
const wrapper = document.createElement('div');

const width = '100px';
Expand Down

0 comments on commit bc7e49c

Please sign in to comment.