Skip to content

Commit

Permalink
test: remove duplicated test for eventtarget
Browse files Browse the repository at this point in the history
PR-URL: #37853
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
himself65 authored and targos committed May 1, 2021
1 parent b31bb72 commit b858e12
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions test/parallel/test-eventtarget.js
Expand Up @@ -256,13 +256,6 @@ let asyncTest = Promise.resolve();
{}, // No handleEvent function
false
].forEach((i) => throws(() => target.addEventListener('foo', i), err(i)));

[
'foo',
1,
{}, // No handleEvent function
false
].forEach((i) => throws(() => target.addEventListener('foo', i), err(i)));
}

{
Expand Down

0 comments on commit b858e12

Please sign in to comment.