Skip to content

Commit

Permalink
chore: set optimizeDeps.force to true to get reproducible test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
Lodin committed Jan 29, 2025
1 parent 7f4f150 commit f0b8ae7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions karma.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,9 @@ module.exports = (config) => {
build: {
target: 'esnext',
},
optimizeDeps: {
force: true,
},
cacheDir: '.vite',
esbuild: {
define: {
Expand Down

0 comments on commit f0b8ae7

Please sign in to comment.