Skip to content

Commit

Permalink
chore: optimize vitest.config
Browse files Browse the repository at this point in the history
  • Loading branch information
remcolakens committed Jan 31, 2025
1 parent db1539c commit 86668fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vitest.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default defineConfig({
test: {
globals: true,
environment: 'jsdom',
include: ['**/*.test.ts', '**/*.test.tsx'],
include: ['**/*.test.{ts,tsx}'],
setupFiles: './vitest.setup.ts',
},
});

0 comments on commit 86668fd

Please sign in to comment.