mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-12 09:41:11 +00:00
7 lines
216 B
TypeScript
7 lines
216 B
TypeScript
import { createUnitVitestConfigWithOptions } from "./vitest.unit.config.ts";
|
|
|
|
export default createUnitVitestConfigWithOptions(process.env, {
|
|
name: "unit-support",
|
|
includePatterns: ["packages/**/*.test.ts"],
|
|
});
|