Files
openclaw/test/vitest/vitest.unit-fast-root.config.ts
2026-08-09 19:44:44 -07:00

6 lines
335 B
TypeScript

// Root-matrix unit-fast config preserves cross-file cleanup when CLI filters bypass lane ownership.
import { nonIsolatedRunnerPath } from "./vitest.shared.config.ts";
import { createUnitFastVitestConfig } from "./vitest.unit-fast.config.ts";
export default createUnitFastVitestConfig(process.env, { runner: nonIsolatedRunnerPath });