We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e69cf58 commit 8a9059aCopy full SHA for 8a9059a
2 files changed
lib/node_modules/@stdlib/iter/for-each/test/test.js
@@ -50,6 +50,7 @@ tape( 'the function throws an error if provided an iterator argument which is no
50
null,
51
void 0,
52
{},
53
+ [],
54
function noop() {}
55
];
56
lib/node_modules/@stdlib/iter/map/test/test.js
@@ -49,6 +49,7 @@ tape( 'the function throws an error if provided an iterator argument which is no
49
0 commit comments