Skip to content

Commit 257e4f6

Browse files
alexweejaduh95
authored andcommitted
comma
1 parent 531a641 commit 257e4f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-eventtarget-once-twice.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ test('should resolve `once` twice', async () => {
1818
et.dispatchEvent(new Event('foo'));
1919
await setImmediate();
2020
et.dispatchEvent(new Event('foo'));
21-
})()
21+
})(),
2222
]);
2323

2424
});

0 commit comments

Comments
 (0)