Skip to content

Commit

Permalink
fixup! lib: fix WebIDL object and dictionary type conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
ExE-Boss committed Jan 25, 2021
1 parent a502d05 commit 9ee498a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/parallel/test-eventtarget.js
Expand Up @@ -57,7 +57,6 @@ let asyncTest = Promise.resolve();
'foo',
1,
false,
function() {},
].forEach((i) => (
throws(() => new Event('foo', i), {
code: 'ERR_INVALID_ARG_TYPE',
Expand Down

0 comments on commit 9ee498a

Please sign in to comment.