Skip to content

Commit 684dce0

Browse files
chore: update tests
1 parent fcee177 commit 684dce0

File tree

1 file changed

+0
-3
lines changed
  • lib/node_modules/@stdlib/math/base/special/tribonaccif/test

1 file changed

+0
-3
lines changed

lib/node_modules/@stdlib/math/base/special/tribonaccif/test/test.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,6 @@ tape( 'if provided `NaN`, the function returns `NaN`', function test( t ) {
6767
tape( 'if provided a non-integer, the function returns `NaN`', function test( t ) {
6868
var v = tribonaccif( 3.14 );
6969
t.strictEqual( isnanf( v ), true, 'returns expected value' );
70-
71-
var v = tribonaccif( -1.0 );
72-
t.strictEqual( isnanf( v ), true, 'returns expected value' );
7370
t.end();
7471
});
7572

0 commit comments

Comments
 (0)