Skip to content

Commit 908a936

Browse files
committed
Auto-generated commit
1 parent 61f816f commit 908a936

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ tape( 'the function throws an error if not provided either an array, typed array
4747
true,
4848
false,
4949
null,
50-
undefined,
50+
void 0,
5151
function noop() {},
5252
new Date(),
53-
new RegExp( '.+' ),
53+
new RegExp( '.+' ), // eslint-disable-line prefer-regex-literals
5454
{},
5555
{ 'length': null },
5656
{ 'length': -1 },

0 commit comments

Comments
 (0)