Skip to content

Commit c628b90

Browse files
authored
Update test.js
Signed-off-by: Harsh <[email protected]>
1 parent a0eac85 commit c628b90

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/constants/float32/significand-bits/test

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/constants/float32/significand-bits/test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
// MODULES //
2222

2323
var tape = require( 'tape' );
24-
var FLOAT32_SIGNIFICAND_BITS = require( './../lib' ); // eslint-disable-line id-length
24+
var FLOAT32_SIGNIFICAND_BITS = require( './../lib' );
2525

2626

2727
// TESTS //

0 commit comments

Comments
 (0)