Skip to content

Commit

Permalink
fix call to setup vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
shlokamin committed Mar 5, 2024
1 parent bccfdee commit 234e9c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default mergeConfig(
environment: 'jsdom',
allowOnly: true,
exclude: [...configDefaults.exclude, '**/node_modules/**', '**/dist/**'],
setupFiles: ['./setup-vitest.js'],
setupFiles: ['./setup-vitest.ts'],
poolOptions: { threads: { singleThread: true } },
},
resolve: {
Expand Down

0 comments on commit 234e9c5

Please sign in to comment.