Skip to content

Commit e7fcf86

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

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/base/assert/is-nan/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)