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 531a641 commit 257e4f6Copy full SHA for 257e4f6
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