Skip to content

Commit 5d4c610

Browse files
himself65ruyadorno
authored andcommitted
test: remove duplicated test for eventtarget
PR-URL: #37853 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent c0a424f commit 5d4c610

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

test/parallel/test-eventtarget.js

-7
Original file line numberDiff line numberDiff line change
@@ -254,13 +254,6 @@ let asyncTest = Promise.resolve();
254254
{}, // No handleEvent function
255255
false
256256
].forEach((i) => throws(() => target.addEventListener('foo', i), err(i)));
257-
258-
[
259-
'foo',
260-
1,
261-
{}, // No handleEvent function
262-
false
263-
].forEach((i) => throws(() => target.addEventListener('foo', i), err(i)));
264257
}
265258

266259
{

0 commit comments

Comments
 (0)