mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-23 10:55:31 -06:00
6 lines
335 B
TypeScript
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 });
|