Skip to content

Commit

Permalink
chore: use jsdom for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis committed Nov 29, 2024
1 parent 59aa123 commit f566401
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,7 @@ import { defineConfig } from 'vitest/config';
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react(), loadVersion()],
test: {
environment: 'jsdom',
},
});

0 comments on commit f566401

Please sign in to comment.