Tests: isolate plugin project modules

This commit is contained in:
Peter Steinberger
2026-04-07 16:02:09 +01:00
parent 9d4b0d551d
commit 9c56c84ce0

View File

@@ -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,
});