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 Oct 31, 2024
1 parent a42bc7f commit 2622f81
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 2622f81

Please sign in to comment.