mirror of
https://github.com/tiennm99/ccs.git
synced 2026-07-15 22:21:20 +00:00
- add dependency injection to export-command, binary-manager, codex-plan-compatibility, config-command, and usage-syncer - override process.exit in api-export test to prevent silent termination in Bun's parallel test runner - harden test-environment bootstrap with process.env isolation - fix auth middleware to avoid config upgrade during checks
9 lines
319 B
TOML
9 lines
319 B
TOML
[test]
|
|
# Exclude UI tests - they use vitest and require jsdom environment
|
|
# Run UI tests separately with: cd ui && bun run test
|
|
# Exclude e2e tests - they require manual setup and are slow
|
|
# Run e2e tests with: bun run test:e2e
|
|
root = "./tests"
|
|
preload = ["./tests/shared/fixtures/test-environment.js"]
|
|
timeout = 10000
|