mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
Co-authored-by: Claude Bot <claude-bot@bun.sh> Co-authored-by: Alistair Smith <hi@alistair.sh>
12 lines
207 B
Plaintext
12 lines
207 B
Plaintext
// Bun Snapshot v1, https://bun.sh/docs/test/snapshots
|
|
|
|
exports[`bunfig.toml test options randomize with seed produces consistent order 1`] = `
|
|
[
|
|
"echo",
|
|
"alpha",
|
|
"bravo",
|
|
"charlie",
|
|
"delta",
|
|
]
|
|
`;
|