We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6457c6 commit 0e7b97cCopy full SHA for 0e7b97c
test.js
@@ -52,7 +52,7 @@ describe('eventstub', function () {
52
throw new Error('I should be removed');
53
};
54
55
- e.onfoo = next();
+ e.onfoo = next;
56
e.emit('foo');
57
});
58
0 commit comments