X Tutup
The Wayback Machine - https://web.archive.org/web/20230218083405/https://github.com/nodejs/node/commit/b858e12fca
Skip to content
Permalink
Browse files
test: remove duplicated test for eventtarget
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.
@@ -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)));
}

{

0 comments on commit b858e12

Please sign in to comment.
X Tutup