Skip to content

Commit 5fdcc2b

Browse files
committed
Rename file and update test values
1 parent 5ec4b8b commit 5fdcc2b

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

Diff for: lib/node_modules/@stdlib/assert/is-regexp-string/lib/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
// MODULES //
4343

44-
var isRegExpString = require( './is_regexp_string.js' );
44+
var isRegExpString = require( './main.js' );
4545

4646

4747
// EXPORTS //

Diff for: lib/node_modules/@stdlib/assert/is-relative-path/test/test.posix.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ tape( 'the function returns `false` if not provided a string', function test( t
4141
5,
4242
NaN,
4343
null,
44-
undefined,
44+
void 0,
4545
true,
4646
[],
4747
{},

Diff for: lib/node_modules/@stdlib/assert/is-relative-path/test/test.win32.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ tape( 'the function returns `false` if not provided a string', function test( t
4141
5,
4242
NaN,
4343
null,
44-
undefined,
44+
void 0,
4545
true,
4646
[],
4747
{},

0 commit comments

Comments
 (0)