mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 14:10:51 +00:00
8 lines
241 B
TypeScript
8 lines
241 B
TypeScript
import { createUnitVitestConfigWithOptions } from "./vitest.unit.config.ts";
|
|
|
|
export default createUnitVitestConfigWithOptions(process.env, {
|
|
name: "unit-support",
|
|
includePatterns: ["packages/**/*.test.ts"],
|
|
passWithNoTests: true,
|
|
});
|