Skip to content

Commit

Permalink
fixup! fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamingr committed Jun 4, 2020
1 parent 0b740f6 commit 9e77c56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-eventtarget.js
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,6 @@ ok(EventTarget);
{
const target = new EventTarget();
strictEqual(target.toString(), '[object EventTarget]');
const event = new Event();
const event = new Event('');
strictEqual(event.toString(), '[object Event]');
}

0 comments on commit 9e77c56

Please sign in to comment.