Skip to content

Commit e70ec63

Browse files
committed
comma
1 parent e1654b9 commit e70ec63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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)