mirror of
https://github.com/tiennm99/ccs.git
synced 2026-07-16 18:16:08 +00:00
- add bunfig.toml to scope bun test to ./tests/ only - add ui test output directory to gitignore - separates main (bun test) and UI (vitest) test runners
5 lines
145 B
TOML
5 lines
145 B
TOML
[test]
|
|
# Exclude UI tests - they use vitest and require jsdom environment
|
|
# Run UI tests separately with: cd ui && bun run test
|
|
root = "./tests"
|