Files
openclaw/vitest.config.ts
Peter Steinberger 20be26cfe2 refactor(test): remove residual test-only seams (#123168)
* refactor(test): remove residual test-only seams

* fix(test): fresh-load Vitest ownership configs

* test(infra): repair boundary test routing

* test(infra): use landed Codex test owner
2026-08-13 17:16:55 -07:00

8 lines
219 B
TypeScript

// Root Vitest config wires the repository Vitest project matrix.
export {
default,
resolveDefaultVitestPool,
resolveLocalVitestMaxWorkers,
resolveLocalVitestScheduling,
} from "./test/vitest/vitest.config.ts";