syntaxai/tdd.md · main · bunfig.toml

bunfig.toml 7 lines · 253 bytes raw
# Scope `bun test` to src/ only. Without this, bun also scans
# e2e/*.spec.ts and tries to load them — which crashes because those
# tests use the Playwright runner, not bun's. Playwright is invoked
# separately via `bun run e2e`.
[test]
root = "./src"