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 ruyadorno committed Mar 24, 2021
1 parent c0a424f commit 5d4c610
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions test/parallel/test-eventtarget.js
Original file line number Diff line number Diff line change
Expand Up @@ -254,13 +254,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 5d4c610

Please sign in to comment.