File tree Expand file tree Collapse file tree 13 files changed +13
-13
lines changed Expand file tree Collapse file tree 13 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ var FLOAT16_SMALLEST_NORMAL = require( './../lib' );
27
27
28
28
// TESTS //
29
29
30
- tape ( 'the main export is a number' , function test ( t ) {
30
+ tape ( 'main export is a number' , function test ( t ) {
31
31
t . ok ( true , __filename ) ;
32
32
t . strictEqual ( typeof FLOAT16_SMALLEST_NORMAL , 'number' , 'main export is a number' ) ;
33
33
t . end ( ) ;
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ var FLOAT16_SMALLEST_SUBNORMAL = require( './../lib' );
27
27
28
28
// TESTS //
29
29
30
- tape ( 'the main export is a number' , function test ( t ) {
30
+ tape ( 'main export is a number' , function test ( t ) {
31
31
t . ok ( true , __filename ) ;
32
32
t . strictEqual ( typeof FLOAT16_SMALLEST_SUBNORMAL , 'number' , 'main export is a number' ) ;
33
33
t . end ( ) ;
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ var FLOAT32_ABS_MASK = require( './../lib' );
28
28
29
29
// TESTS //
30
30
31
- tape ( 'the main export is a number' , function test ( t ) {
31
+ tape ( 'main export is a number' , function test ( t ) {
32
32
t . ok ( true , __filename ) ;
33
33
t . strictEqual ( typeof FLOAT32_ABS_MASK , 'number' , 'main export is a number' ) ;
34
34
t . end ( ) ;
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ var FLOAT32_EXPONENT_MASK = require( './../lib' );
28
28
29
29
// TESTS //
30
30
31
- tape ( 'the main export is a number' , function test ( t ) {
31
+ tape ( 'main export is a number' , function test ( t ) {
32
32
t . ok ( true , __filename ) ;
33
33
t . strictEqual ( typeof FLOAT32_EXPONENT_MASK , 'number' , 'main export is a number' ) ;
34
34
t . end ( ) ;
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ var FLOAT32_SIGN_MASK = require( './../lib' );
28
28
29
29
// TESTS //
30
30
31
- tape ( 'the main export is a number' , function test ( t ) {
31
+ tape ( 'main export is a number' , function test ( t ) {
32
32
t . ok ( true , __filename ) ;
33
33
t . strictEqual ( typeof FLOAT32_SIGN_MASK , 'number' , 'main export is a number' ) ;
34
34
t . end ( ) ;
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ var FLOAT32_SIGNIFICAND_MASK = require( './../lib' );
28
28
29
29
// TESTS //
30
30
31
- tape ( 'the main export is a number' , function test ( t ) {
31
+ tape ( 'main export is a number' , function test ( t ) {
32
32
t . ok ( true , __filename ) ;
33
33
t . strictEqual ( typeof FLOAT32_SIGNIFICAND_MASK , 'number' , 'main export is a number' ) ;
34
34
t . end ( ) ;
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ var FLOAT32_SMALLEST_NORMAL = require( './../lib' );
27
27
28
28
// TESTS //
29
29
30
- tape ( 'the main export is a number' , function test ( t ) {
30
+ tape ( 'main export is a number' , function test ( t ) {
31
31
t . ok ( true , __filename ) ;
32
32
t . strictEqual ( typeof FLOAT32_SMALLEST_NORMAL , 'number' , 'main export is a number' ) ;
33
33
t . end ( ) ;
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ var FLOAT32_SMALLEST_SUBNORMAL = require( './../lib' );
27
27
28
28
// TESTS //
29
29
30
- tape ( 'the main export is a number' , function test ( t ) {
30
+ tape ( 'main export is a number' , function test ( t ) {
31
31
t . ok ( true , __filename ) ;
32
32
t . strictEqual ( typeof FLOAT32_SMALLEST_SUBNORMAL , 'number' , 'main export is a number' ) ;
33
33
t . end ( ) ;
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ var INT16_MAX = require( './../lib' );
27
27
28
28
// TESTS //
29
29
30
- tape ( 'the main export is a number' , function test ( t ) {
30
+ tape ( 'main export is a number' , function test ( t ) {
31
31
t . ok ( true , __filename ) ;
32
32
t . strictEqual ( typeof INT16_MAX , 'number' , 'main export is a number' ) ;
33
33
t . end ( ) ;
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ var INT16_MIN = require( './../lib' );
27
27
28
28
// TESTS //
29
29
30
- tape ( 'the main export is a number' , function test ( t ) {
30
+ tape ( 'main export is a number' , function test ( t ) {
31
31
t . ok ( true , __filename ) ;
32
32
t . strictEqual ( typeof INT16_MIN , 'number' , 'main export is a number' ) ;
33
33
t . end ( ) ;
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ var INT32_MAX = require( './../lib' );
27
27
28
28
// TESTS //
29
29
30
- tape ( 'the main export is a number' , function test ( t ) {
30
+ tape ( 'main export is a number' , function test ( t ) {
31
31
t . ok ( true , __filename ) ;
32
32
t . strictEqual ( typeof INT32_MAX , 'number' , 'main export is a number' ) ;
33
33
t . end ( ) ;
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ var INT32_MIN = require( './../lib' );
27
27
28
28
// TESTS //
29
29
30
- tape ( 'the main export is a number' , function test ( t ) {
30
+ tape ( 'main export is a number' , function test ( t ) {
31
31
t . ok ( true , __filename ) ;
32
32
t . strictEqual ( typeof INT32_MIN , 'number' , 'main export is a number' ) ;
33
33
t . end ( ) ;
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ var INT8_MIN = require( './../lib' );
27
27
28
28
// TESTS //
29
29
30
- tape ( 'the main export is a number' , function test ( t ) {
30
+ tape ( 'main export is a number' , function test ( t ) {
31
31
t . ok ( true , __filename ) ;
32
32
t . strictEqual ( typeof INT8_MIN , 'number' , 'main export is a number' ) ;
33
33
t . end ( ) ;
You can’t perform that action at this time.
0 commit comments