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