Enable test isolation

I had experimented with turning this off in order to improve test performance, and apparently that ended up being merged. Now if we're to do component testing, we'll be changing things globally on the document, so isolation is very much necessary.
This commit is contained in:
Robin
2024-09-05 16:55:38 -04:00
parent cc813fd3cb
commit 251918a6ad
2 changed files with 3 additions and 6 deletions

View File

@@ -12,7 +12,6 @@ export default defineConfig((configEnv) =>
classNameStrategy: "non-scoped",
},
},
isolate: false,
setupFiles: ["src/vitest.setup.ts"],
coverage: {
reporter: ["html", "json"],