mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-12 09:41:11 +00:00
8 lines
175 B
TypeScript
8 lines
175 B
TypeScript
export {
|
|
default,
|
|
resolveDefaultVitestPool,
|
|
resolveLocalVitestMaxWorkers,
|
|
resolveLocalVitestScheduling,
|
|
rootVitestProjects,
|
|
} from "./test/vitest/vitest.config.ts";
|