mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-06 05:51:15 +08:00
9 lines
241 B
TypeScript
9 lines
241 B
TypeScript
// Root Vitest config wires the repository Vitest project matrix.
|
|
export {
|
|
default,
|
|
resolveDefaultVitestPool,
|
|
resolveLocalVitestMaxWorkers,
|
|
resolveLocalVitestScheduling,
|
|
rootVitestProjects,
|
|
} from "./test/vitest/vitest.config.ts";
|