fix: add bunfig.toml to scope bun test to tests/ directory
All checks were successful
CI / ci (push) Successful in 26s

Prevents bare `bun test` from picking up Playwright .spec.ts files
in the e2e/ directory.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-03 17:43:53 +02:00
parent 35989f8120
commit 70211bdc57

2
bunfig.toml Normal file
View File

@@ -0,0 +1,2 @@
[test]
root = "tests/"