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 676c456 commit 1857f42Copy full SHA for 1857f42
test/events.js
@@ -84,7 +84,7 @@ export function testEvents(options) {
84
});
85
86
87
- it('shuold detect click event', function(done) {
+ it('should detect click event', function(done) {
88
const clickSpy = jasmine.createSpy('click');
89
90
targetOptions.click = clickSpy;
0 commit comments