Skip to content

Commit

Permalink
try without concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
BacLuc committed Oct 20, 2024
1 parent 7b64a80 commit 22fce54
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,8 @@ export default defineConfig(({ mode }) => ({
alias: [{ find: /^vue$/, replacement: 'vue/dist/vue.runtime.common.js' }],
globalSetup: './tests/globalSetup.js',
setupFiles: './tests/setup.js',
maxWorkers: 1,
minWorkers: 1,
coverage: {
all: true,
exclude: [...configDefaults.coverage.exclude, '**/src/pdf/**'],
Expand Down

0 comments on commit 22fce54

Please sign in to comment.