mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-12 01:31:08 +00:00
Tests: isolate plugin project modules
This commit is contained in:
@@ -4,6 +4,7 @@ export function createPluginsVitestConfig(env?: Record<string, string | undefine
|
||||
return createScopedVitestConfig(["src/plugins/**/*.test.ts"], {
|
||||
dir: "src/plugins",
|
||||
env,
|
||||
isolate: true,
|
||||
name: "plugins",
|
||||
passWithNoTests: true,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user