Skip to content

Commit a4513e8

Browse files
committed
test: address failing test
1 parent c57f065 commit a4513e8

File tree

1 file changed

+1
-2
lines changed
  • lib/node_modules/@stdlib/ndarray/map/test

1 file changed

+1
-2
lines changed

lib/node_modules/@stdlib/ndarray/map/test/test.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,7 @@ tape( 'the function throws an error if provided an options argument which is not
153153
false,
154154
null,
155155
void 0,
156-
[],
157-
function noop() {}
156+
[]
158157
];
159158
x = ndarray( 'generic', ones( 4, 'generic' ), [ 2, 2 ], [ 2, 1 ], 0, 'row-major' );
160159

0 commit comments

Comments
 (0)