We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1654b9 commit e70ec63Copy full SHA for e70ec63
test/parallel/test-eventtarget-once-twice.js
@@ -18,7 +18,7 @@ test('should resolve `once` twice', async () => {
18
et.dispatchEvent(new Event('foo'));
19
await setImmediate();
20
21
- })()
+ })(),
22
]);
23
24
});
0 commit comments