Skip to content

Commit

Permalink
document code
Browse files Browse the repository at this point in the history
  • Loading branch information
codyzu committed Feb 11, 2024
1 parent b36e8e3 commit 8c135c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ export default defineConfig(({command, mode}) => {
],
test: {
globals: true,
// TODO probably don't need jsdom nor the setup now that there are no DOM based tests?
environment: 'jsdom',
setupFiles: './src/test/setup.ts',
include: ['src/**/*.[Tt]est.ts?(x)'],
Expand Down

0 comments on commit 8c135c8

Please sign in to comment.