bunfig.toml 275 B

12345
  1. [test]
  2. # Runs before any test module. Sets secrets that production always provides so
  3. # env.ts (which freezes process.env at first import) captures them regardless of
  4. # test-file load order. See src/test-preload.ts for the full rationale.
  5. preload = ["./src/test-preload.ts"]