mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-23 10:55:31 -06:00
20be26cfe2
* 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
8 lines
219 B
TypeScript
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";
|