Skip to content

Commit

Permalink
Enable test isolation
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
robintown committed Sep 5, 2024
1 parent f4223b3 commit 9145cec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vitest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ export default defineConfig((configEnv) =>
classNameStrategy: "non-scoped",
},
},
isolate: false,
setupFiles: ["src/vitest.setup.ts"],
coverage: {
reporter: ["html", "json"],
Expand Down

0 comments on commit 9145cec

Please sign in to comment.