Skip to content

Commit 7649fec

Browse files
authored
update test.native.js
Signed-off-by: Harsh <[email protected]>
1 parent e7fcf86 commit 7649fec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/base/assert/is-nan/test/test.native.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ tape( 'the function returns `false` if not provided `NaN`', opts, function test(
6161
[],
6262
{},
6363
function noop() {},
64-
new Number( NaN ) // eslint-disable-line no-new-wrappers
64+
new Number( NaN )
6565
];
6666

6767
for ( i = 0; i < values.length; i++ ) {

0 commit comments

Comments
 (0)