Skip to content

Commit

Permalink
comma
Browse files Browse the repository at this point in the history
  • Loading branch information
alexweej committed Nov 11, 2024
1 parent 2178ded commit a1009cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-eventtarget-once-twice.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ test('should resolve `once` twice', async () => {
et.dispatchEvent(new Event('foo'));
await setImmediate();
et.dispatchEvent(new Event('foo'));
})()
})(),
]);

});

0 comments on commit a1009cb

Please sign in to comment.