Skip to content

Commit 15a2763

Browse files
committed
Auto-generated commit
1 parent 0da1d56 commit 15a2763

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/test.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ tape( 'the function throws an error if the `start` value is not a number primiti
4040
'5',
4141
null,
4242
true,
43-
undefined,
43+
void 0,
4444
NaN,
4545
[],
4646
{},
@@ -67,7 +67,7 @@ tape( 'the function throws an error if the `stop` value is not a number primitiv
6767
'5',
6868
null,
6969
true,
70-
undefined,
70+
void 0,
7171
NaN,
7272
[],
7373
{},
@@ -94,7 +94,7 @@ tape( 'the function throws an error if the `increment` value is not a number pri
9494
'5',
9595
null,
9696
true,
97-
undefined,
97+
void 0,
9898
NaN,
9999
[],
100100
{},

0 commit comments

Comments
 (0)