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