mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-05 22:32:12 +00:00
refactor: modernize vitest projects config
This commit is contained in:
@@ -23,7 +23,7 @@ export function buildVitestArgs(args) {
|
||||
"vitest",
|
||||
...(watchMode ? [] : ["run"]),
|
||||
"--config",
|
||||
"vitest.projects.config.ts",
|
||||
"vitest.config.ts",
|
||||
...forwardedArgs,
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user