Skip to content

Commit 9c97323

Browse files
test: fix use of tape.skip
PR-URL: #5872 Reviewed-by: Athan Reines <kgryte@gmail.com>
1 parent 8e5f66b commit 9c97323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ tape( 'the function computes the cosecant in degrees (negative values)', opts, f
8585
t.end();
8686
});
8787

88-
tape.skip( 'the function computes the cosecant in degrees (positive values)', opts, function test( t ) {
88+
tape( 'the function computes the cosecant in degrees (positive values)', opts, function test( t ) {
8989
var expected;
9090
var delta;
9191
var tol;

0 commit comments

Comments
 (0)