Skip to content

Commit c0d3c52

Browse files
test: remove only
Signed-off-by: Karan Anand <[email protected]>
1 parent 474b103 commit c0d3c52

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/math/base/special/gammainc/test

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/base/special/gammainc/test/test.native.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ tape( 'the function returns 0 for the lower incomplete gamma function when the f
9696
t.end();
9797
});
9898

99-
tape.only( 'the function correctly evaluates the lower incomplete gamma function', opts, function test( t ) {
99+
tape( 'the function correctly evaluates the lower incomplete gamma function', opts, function test( t ) {
100100
var actual;
101101
var delta;
102102
var tol;

0 commit comments

Comments
 (0)