mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-26 13:42:16 +00:00
7 lines
175 B
TypeScript
7 lines
175 B
TypeScript
export {
|
|
default,
|
|
resolveDefaultVitestPool,
|
|
resolveLocalVitestMaxWorkers,
|
|
resolveLocalVitestScheduling,
|
|
rootVitestProjects,
|
|
} from "./test/vitest/vitest.config.ts";
|