Skip to content

Commit d7058bc

Browse files
committedDec 1, 2024
test: add opts
1 parent 92c0d4e commit d7058bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎lib/node_modules/@stdlib/blas/ext/base/dnansumors/test/test.dnansumors.native.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ tape( 'if provided a `stride` parameter equal to `0`, the function returns the s
253253
t.end();
254254
});
255255

256-
tape( 'if provided a `stride` parameter equal to `0` and the first element is NaN, the function returns `0`', function test( t ) {
256+
tape( 'if provided a `stride` parameter equal to `0` and the first element is NaN, the function returns `0`', opts, function test( t ) {
257257
var x;
258258
var v;
259259

‎lib/node_modules/@stdlib/blas/ext/base/dnansumors/test/test.ndarray.native.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ tape( 'if provided a `stride` parameter equal to `0`, the function returns the s
171171
t.end();
172172
});
173173

174-
tape( 'if provided a `stride` parameter equal to `0` and the first element is NaN, the function returns `0`', function test( t ) {
174+
tape( 'if provided a `stride` parameter equal to `0` and the first element is NaN, the function returns `0`', opts, function test( t ) {
175175
var x;
176176
var v;
177177

0 commit comments

Comments
 (0)