We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df9c074 commit 0ed9751Copy full SHA for 0ed9751
test/unit/utils/tap.unit.js
@@ -314,7 +314,7 @@ describe('Ionic Tap', function() {
314
stopPropagation: function() { this.stoppedPropagation = true; },
315
preventDefault: function() { this.preventedDefault = true; }
316
};
317
- expect( tapMouseUp(e) ).toEqual(false);
+ expect( tapMouseUp(e) ).toBeFalsy();
318
expect( e.stoppedPropagation ).toBeUndefined();
319
expect( e.preventedDefault ).toBeUndefined();
320
});
0 commit comments