Skip to content

Commit 03a039e

Browse files
committed
Auto-generated commit
1 parent 77d4ec4 commit 03a039e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test.polyfill.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ tape( 'if the first argument is not an object, the function will throw an error'
4242
5,
4343
NaN,
4444
null,
45-
undefined,
45+
void 0,
4646
true,
4747
false
4848
];
@@ -71,7 +71,7 @@ tape( 'if the second argument is not an object, the function will throw an error
7171
5,
7272
NaN,
7373
null,
74-
undefined,
74+
void 0,
7575
true,
7676
false
7777
];

0 commit comments

Comments
 (0)