You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/ndarray/any/test/test.main.js
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -192,7 +192,7 @@ tape( 'the function throws an error if provided an options argument with a `dims
192
192
}
193
193
});
194
194
195
-
tape('the function throws an error if provided an options argument with `dims` property which contains duplicate dimensions',functiontest(t){
195
+
tape('the function throws an error if provided an options argument with a `dims` property which contains duplicate dimensions',functiontest(t){
196
196
varvalues;
197
197
varx;
198
198
vari;
@@ -221,7 +221,7 @@ tape( 'the function throws an error if provided an options argument with `dims`
221
221
}
222
222
});
223
223
224
-
tape('the function throws an error if provided an options argument with `dims` property which contains more dimensions than are present in the input ndarray',functiontest(t){
224
+
tape('the function throws an error if provided an options argument with a `dims` property which contains more dimensions than are present in the input ndarray',functiontest(t){
225
225
varvalues;
226
226
varx;
227
227
vari;
@@ -251,7 +251,7 @@ tape( 'the function throws an error if provided an options argument with `dims`
251
251
}
252
252
});
253
253
254
-
tape('the function throws an error if provided an options argument with invalid `keepdims` property',functiontest(t){
254
+
tape('the function throws an error if provided an options argument with an invalid `keepdims` property',functiontest(t){
0 commit comments