We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0da1d56 commit 15a2763Copy full SHA for 15a2763
test/test.js
@@ -40,7 +40,7 @@ tape( 'the function throws an error if the `start` value is not a number primiti
40
'5',
41
null,
42
true,
43
- undefined,
+ void 0,
44
NaN,
45
[],
46
{},
@@ -67,7 +67,7 @@ tape( 'the function throws an error if the `stop` value is not a number primitiv
67
68
69
70
71
72
73
@@ -94,7 +94,7 @@ tape( 'the function throws an error if the `increment` value is not a number pri
94
95
96
97
98
99
100
0 commit comments