Skip to content

Commit 8a9059a

Browse files
committed
Update tests
1 parent e69cf58 commit 8a9059a

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

lib/node_modules/@stdlib/iter/for-each/test/test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ tape( 'the function throws an error if provided an iterator argument which is no
5050
null,
5151
void 0,
5252
{},
53+
[],
5354
function noop() {}
5455
];
5556

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ tape( 'the function throws an error if provided an iterator argument which is no
4949
null,
5050
void 0,
5151
{},
52+
[],
5253
function noop() {}
5354
];
5455

0 commit comments

Comments
 (0)