mirror of
http://192.168.0.88:13333/lywsvip/openclaw-zero-token.git
synced 2026-05-08 08:08:33 +08:00
7 lines
190 B
TypeScript
7 lines
190 B
TypeScript
import { createScopedVitestConfig } from "./vitest.scoped-config.ts";
|
|
|
|
export default createScopedVitestConfig([
|
|
"extensions/**/*.test.ts",
|
|
"src/zero-token/extensions/**/*.test.ts",
|
|
]);
|