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:
@@ -12,7 +12,6 @@ export default defineConfig((configEnv) =>
|
||||
classNameStrategy: "non-scoped",
|
||||
},
|
||||
},
|
||||
isolate: false,
|
||||
setupFiles: ["src/vitest.setup.ts"],
|
||||
coverage: {
|
||||
reporter: ["html", "json"],
|
||||
|
||||
Reference in New Issue
Block a user