mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 10:58:56 +00:00
Outputs the seed when randomizing. Adds --seed flag to reproduce a random order. Seeds might not produce the same order across operating systems / bun versions. Fixes #11847 --------- Co-authored-by: Claude Bot <claude-bot@bun.sh> Co-authored-by: Claude <noreply@anthropic.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
4 lines
102 B
TypeScript
4 lines
102 B
TypeScript
test.each(Array.from({ length: 100 }, (_, i) => i + 1))("many %d", item => {
|
|
console.log(item);
|
|
});
|