Skip to content

Commit

Permalink
🧪 test: Test with larger arrays.
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed May 1, 2022
1 parent e8e441d commit 4ec214d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/src/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {macro, units, linearScan} from '#module';

const seed = [123, 456];

for (const options of [{}, {length: [333]}]) {
for (const options of [{}, {length: [333, 1000]}]) {
for (const unit of units(options)) {
test(macro, {...unit, seed, search: linearScan});
}
Expand Down

0 comments on commit 4ec214d

Please sign in to comment.