Skip to content

Commit 32a44cc

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

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/math/base/assert/is-nanf/test

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ tape( 'the function returns `false` if not provided `NaN`', function test( t ) {
5252
[],
5353
{},
5454
function noop() {},
55-
new Number( NaN ) // eslint-disable-line no-new-wrappers
55+
new Number( NaN )
5656
];
5757

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

0 commit comments

Comments
 (0)