diff --git a/lib/node_modules/@stdlib/constants/float64/max-base10-exponent-subnormal/test/test.js b/lib/node_modules/@stdlib/constants/float64/max-base10-exponent-subnormal/test/test.js index 728058724329..0b7a674da776 100644 --- a/lib/node_modules/@stdlib/constants/float64/max-base10-exponent-subnormal/test/test.js +++ b/lib/node_modules/@stdlib/constants/float64/max-base10-exponent-subnormal/test/test.js @@ -33,6 +33,6 @@ tape( 'main export is a number', function test( t ) { }); tape( 'the exported value is `-308`', function test( t ) { - t.equal( FLOAT64_MAX_BASE10_EXPONENT_SUBNORMAL, -308, 'equals -308' ); + t.equal( FLOAT64_MAX_BASE10_EXPONENT_SUBNORMAL, -308, 'returns expected value' ); t.end(); }); diff --git a/lib/node_modules/@stdlib/constants/float64/max-safe-integer/test/test.js b/lib/node_modules/@stdlib/constants/float64/max-safe-integer/test/test.js index 1c9e4c4488e0..80bec8c8f439 100644 --- a/lib/node_modules/@stdlib/constants/float64/max-safe-integer/test/test.js +++ b/lib/node_modules/@stdlib/constants/float64/max-safe-integer/test/test.js @@ -34,6 +34,6 @@ tape( 'main export is a number', function test( t ) { }); tape( 'the exported value is 2**53-1', function test( t ) { - t.equal( FLOAT64_MAX_SAFE_INTEGER, pow(2, 53)-1, 'returns 2**53-1' ); + t.equal( FLOAT64_MAX_SAFE_INTEGER, pow(2, 53)-1, 'returns expected value' ); t.end(); }); diff --git a/lib/node_modules/@stdlib/constants/float64/min-base10-exponent-subnormal/test/test.js b/lib/node_modules/@stdlib/constants/float64/min-base10-exponent-subnormal/test/test.js index 18745ec18841..a9102e5fda34 100644 --- a/lib/node_modules/@stdlib/constants/float64/min-base10-exponent-subnormal/test/test.js +++ b/lib/node_modules/@stdlib/constants/float64/min-base10-exponent-subnormal/test/test.js @@ -33,6 +33,6 @@ tape( 'main export is a number', function test( t ) { }); tape( 'the exported value is `-324`', function test( t ) { - t.equal( FLOAT64_MIN_BASE10_EXPONENT_SUBNORMAL, -324, 'equals -324' ); + t.equal( FLOAT64_MIN_BASE10_EXPONENT_SUBNORMAL, -324, 'returns expected value' ); t.end(); }); diff --git a/lib/node_modules/@stdlib/constants/float64/min-base10-exponent/test/test.js b/lib/node_modules/@stdlib/constants/float64/min-base10-exponent/test/test.js index c8f27c172628..bfef5b90d473 100644 --- a/lib/node_modules/@stdlib/constants/float64/min-base10-exponent/test/test.js +++ b/lib/node_modules/@stdlib/constants/float64/min-base10-exponent/test/test.js @@ -33,6 +33,6 @@ tape( 'main export is a number', function test( t ) { }); tape( 'the exported value is `-308`', function test( t ) { - t.equal( FLOAT64_MIN_BASE10_EXPONENT, -308, 'equals -308' ); + t.equal( FLOAT64_MIN_BASE10_EXPONENT, -308, 'returns expected value' ); t.end(); }); diff --git a/lib/node_modules/@stdlib/constants/float64/min-base2-exponent-subnormal/test/test.js b/lib/node_modules/@stdlib/constants/float64/min-base2-exponent-subnormal/test/test.js index 97b3ffc429df..12dcb1f4e2ea 100644 --- a/lib/node_modules/@stdlib/constants/float64/min-base2-exponent-subnormal/test/test.js +++ b/lib/node_modules/@stdlib/constants/float64/min-base2-exponent-subnormal/test/test.js @@ -33,6 +33,6 @@ tape( 'main export is a number', function test( t ) { }); tape( 'the exported value is -1074', function test( t ) { - t.equal( FLOAT64_MIN_BASE2_EXPONENT_SUBNORMAL, -1074, 'equals -1074' ); + t.equal( FLOAT64_MIN_BASE2_EXPONENT_SUBNORMAL, -1074, 'returns expected value' ); t.end(); }); diff --git a/lib/node_modules/@stdlib/constants/float64/min-base2-exponent/test/test.js b/lib/node_modules/@stdlib/constants/float64/min-base2-exponent/test/test.js index 07747c3c26a9..44f574907605 100644 --- a/lib/node_modules/@stdlib/constants/float64/min-base2-exponent/test/test.js +++ b/lib/node_modules/@stdlib/constants/float64/min-base2-exponent/test/test.js @@ -33,6 +33,6 @@ tape( 'main export is a number', function test( t ) { }); tape( 'the exported value is `-1022`', function test( t ) { - t.equal( FLOAT64_MIN_BASE2_EXPONENT, -1022, 'equals -1022' ); + t.equal( FLOAT64_MIN_BASE2_EXPONENT, -1022, 'returns expected value' ); t.end(); }); diff --git a/lib/node_modules/@stdlib/constants/float64/min-safe-integer/test/test.js b/lib/node_modules/@stdlib/constants/float64/min-safe-integer/test/test.js index 079704e800b2..ad187df15b54 100644 --- a/lib/node_modules/@stdlib/constants/float64/min-safe-integer/test/test.js +++ b/lib/node_modules/@stdlib/constants/float64/min-safe-integer/test/test.js @@ -34,6 +34,6 @@ tape( 'main export is a number', function test( t ) { }); tape( 'the exported value is -2**53+1', function test( t ) { - t.equal( FLOAT64_MIN_SAFE_INTEGER, -pow(2, 53)+1, 'returns -2**53+1' ); + t.equal( FLOAT64_MIN_SAFE_INTEGER, -pow(2, 53)+1, 'returns expected value' ); t.end(); }); diff --git a/lib/node_modules/@stdlib/constants/float64/ninf/test/test.js b/lib/node_modules/@stdlib/constants/float64/ninf/test/test.js index 086eedfbef94..aea01591d408 100644 --- a/lib/node_modules/@stdlib/constants/float64/ninf/test/test.js +++ b/lib/node_modules/@stdlib/constants/float64/ninf/test/test.js @@ -34,6 +34,6 @@ tape( 'main export is a number', function test( t ) { }); tape( 'export is equal to negative infinity', function test( t ) { - t.equal( FLOAT64_NINF, Number.NEGATIVE_INFINITY, 'equals -infinity' ); + t.equal( FLOAT64_NINF, Number.NEGATIVE_INFINITY, 'returns expected value' ); t.end(); }); diff --git a/lib/node_modules/@stdlib/constants/float64/num-bytes/test/test.js b/lib/node_modules/@stdlib/constants/float64/num-bytes/test/test.js index f81956004e15..22e604a7a3e0 100644 --- a/lib/node_modules/@stdlib/constants/float64/num-bytes/test/test.js +++ b/lib/node_modules/@stdlib/constants/float64/num-bytes/test/test.js @@ -33,6 +33,6 @@ tape( 'main export is a number', function test( t ) { }); tape( 'the exported value is 8', function test( t ) { - t.equal( NUM_BYTES, 8, 'equals 8' ); + t.equal( NUM_BYTES, 8, 'returns expected value' ); t.end(); }); diff --git a/lib/node_modules/@stdlib/constants/float64/phi/test/test.js b/lib/node_modules/@stdlib/constants/float64/phi/test/test.js index 3ca19f811e52..e1d7f602a59c 100644 --- a/lib/node_modules/@stdlib/constants/float64/phi/test/test.js +++ b/lib/node_modules/@stdlib/constants/float64/phi/test/test.js @@ -34,11 +34,11 @@ tape( 'main export is a number', function test( t ) { }); tape( 'export is a double-precision floating-point number equal to 1.618033988749895', function test( t ) { - t.equal( PHI, 1.618033988749895, 'equals 1.618033988749895' ); + t.equal( PHI, 1.618033988749895, 'returns expected value' ); t.end(); }); tape( 'the exported value equals (1+sqrt(5))/2', function test( t ) { - t.equal( PHI, (1.0+sqrt(5.0))/2.0, 'equals (1+sqrt(5))/2' ); + t.equal( PHI, (1.0+sqrt(5.0))/2.0, 'returns expected value' ); t.end(); }); diff --git a/lib/node_modules/@stdlib/constants/float64/pi-squared/test/test.js b/lib/node_modules/@stdlib/constants/float64/pi-squared/test/test.js index e9b8b91ab9d0..4d4d33ca12a3 100644 --- a/lib/node_modules/@stdlib/constants/float64/pi-squared/test/test.js +++ b/lib/node_modules/@stdlib/constants/float64/pi-squared/test/test.js @@ -37,7 +37,7 @@ tape( 'main export is a number', function test( t ) { }); tape( 'export is a double-precision floating-point number equal to 9.869604401089358', function test( t ) { - t.equal( PI_SQUARED, 9.869604401089358, 'equals 9.869604401089358' ); + t.equal( PI_SQUARED, 9.869604401089358, 'returns expected value' ); t.end(); }); diff --git a/lib/node_modules/@stdlib/constants/float64/pi/test/test.js b/lib/node_modules/@stdlib/constants/float64/pi/test/test.js index ccb3e72c2d9a..5cdfa30db650 100644 --- a/lib/node_modules/@stdlib/constants/float64/pi/test/test.js +++ b/lib/node_modules/@stdlib/constants/float64/pi/test/test.js @@ -33,6 +33,6 @@ tape( 'main export is a number', function test( t ) { }); tape( 'export is a double-precision floating-point number equal to 3.141592653589793', function test( t ) { - t.equal( PI, 3.141592653589793, 'equals 3.141592653589793' ); + t.equal( PI, 3.141592653589793, 'returns expected value' ); t.end(); }); diff --git a/lib/node_modules/@stdlib/constants/float64/pinf/test/test.js b/lib/node_modules/@stdlib/constants/float64/pinf/test/test.js index dc1e422e911c..82c327f7f046 100644 --- a/lib/node_modules/@stdlib/constants/float64/pinf/test/test.js +++ b/lib/node_modules/@stdlib/constants/float64/pinf/test/test.js @@ -34,6 +34,6 @@ tape( 'main export is a number', function test( t ) { }); tape( 'export is equal to positive infinity', function test( t ) { - t.equal( FLOAT64_PINF, Number.POSITIVE_INFINITY, 'equals +infinity' ); + t.equal( FLOAT64_PINF, Number.POSITIVE_INFINITY, 'returns expected value' ); t.end(); }); diff --git a/lib/node_modules/@stdlib/constants/float64/precision/test/test.js b/lib/node_modules/@stdlib/constants/float64/precision/test/test.js index a0e8c50f9183..d23eb46ebada 100644 --- a/lib/node_modules/@stdlib/constants/float64/precision/test/test.js +++ b/lib/node_modules/@stdlib/constants/float64/precision/test/test.js @@ -33,6 +33,6 @@ tape( 'main export is a number', function test( t ) { }); tape( 'the exported value is 53', function test( t ) { - t.equal( FLOAT64_PRECISION, 53, 'equals 53' ); + t.equal( FLOAT64_PRECISION, 53, 'returns expected value' ); t.end(); }); diff --git a/lib/node_modules/@stdlib/constants/float64/smallest-normal/test/test.js b/lib/node_modules/@stdlib/constants/float64/smallest-normal/test/test.js index 53d05e9248f9..b2433b3e8521 100644 --- a/lib/node_modules/@stdlib/constants/float64/smallest-normal/test/test.js +++ b/lib/node_modules/@stdlib/constants/float64/smallest-normal/test/test.js @@ -33,6 +33,6 @@ tape( 'main export is a number', function test( t ) { }); tape( 'the exported value equals the smallest normalized double-precision floating-point number', function test( t ) { - t.equal( FLOAT64_SMALLEST_NORMAL, 2.2250738585072014e-308, 'smallest normalized value' ); + t.equal( FLOAT64_SMALLEST_NORMAL, 2.2250738585072014e-308, 'returns expected value' ); t.end(); });