Skip to content

Commit 310be64

Browse files
authored
test: fix return value
Signed-off-by: Athan <[email protected]>
1 parent d45e350 commit 310be64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/dstructs/named-typed-tuple/test/test.for_each.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ tape( 'the method throws an error if invoked with a `this` context which is not
7979
}
8080

8181
function fcn( v ) {
82-
void v;
82+
return v;
8383
}
8484
});
8585

0 commit comments

Comments
 (0)