Files
wehub-resource-sync dfb0b33892
Workflow Lint / actionlint (push) Waiting to run
Build CI Image / build (push) Waiting to run
Skill Docs Freshness / check-freshness (push) Waiting to run
chore: import upstream snapshot with attribution
2026-07-13 11:59:46 +08:00

9 lines
405 B
TOML

[test]
# Snapshot + restore process.env after every test. Centralizes the
# defense against per-file env mutations leaking into subsequent files
# (e.g., PATH = '/test/bin:/usr/bin' from a security-test fixture
# causing `Bun.which('bash')` to return null in unrelated downstream
# tests, or `Bun.spawn(['bun', ...])` to ENOENT when looking for bun
# via the polluted PATH).
preload = ["./test-setup.ts"]