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/dtypes/test/test.js
+4-6Lines changed: 4 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -93,13 +93,12 @@ tape( 'attached to the main function is an `enum` method to return an object map
93
93
t.end();
94
94
});
95
95
96
-
tape('attached to the main function is an `enumerate` method to the integer value associated with a provided dtype for C inter-operation',functiontest(t){
97
-
varobj;
96
+
tape('attached to the main function is an `enumerator` method to the integer value associated with a provided dtype for C inter-operation',functiontest(t){
0 commit comments