Skip to content

Commit 44c6926

Browse files
committed
added a opts variable
1 parent 66c2463 commit 44c6926

File tree

1 file changed

+7
-0
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/bernoulli/quantile/test

1 file changed

+7
-0
lines changed

lib/node_modules/@stdlib/stats/base/dists/bernoulli/quantile/test/test.native.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,13 @@ var smallP = require( './fixtures/julia/small_p.json' );
3434
var largeP = require( './fixtures/julia/large_p.json' );
3535

3636

37+
// VARIABLES //
38+
39+
var opts = {
40+
'skip': ( mgf instanceof Error )
41+
};
42+
43+
3744
// TESTS //
3845

3946
tape( 'main export is a function', opts, function test( t ) {

0 commit comments

Comments
 (0)