Skip to content

Commit

Permalink
test: tweak test
Browse files Browse the repository at this point in the history
  • Loading branch information
TrickyPi committed Apr 26, 2023
1 parent 46409ee commit 0f35bb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/function/samples/tree-shake-iterable/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ Uint8Array.from(iterable);
Uint8ClampedArray.from(iterable);
Object.fromEntries(iterable);

assert.equal(effects.length, 17);
assert.equal(effects, 17);

0 comments on commit 0f35bb0

Please sign in to comment.