We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23aa2cf commit ff8f93cCopy full SHA for ff8f93c
lib/node_modules/@stdlib/stats/base/dists/laplace/quantile/test/test.native..js
@@ -47,7 +47,7 @@ var largeVariance = require( './fixtures/julia/large_variance.json' );
47
48
// TESTS //
49
50
-tape( 'main export is a function', function test( t ) {
+tape( 'main export is a function', opts, function test( t ) {
51
t.ok( true, __filename );
52
t.strictEqual( typeof quantile, 'function', 'main export is a function' );
53
t.end();
0 commit comments