# 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"