Skip to content

Commit

Permalink
fix(electron): fix ci (#8085)
Browse files Browse the repository at this point in the history
  • Loading branch information
EYHN committed Sep 4, 2024
1 parent fb64bc7 commit 2799e8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/frontend/electron/vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ export default defineConfig({
include: ['./test/**/*.spec.ts'],
testTimeout: 5000,
poolOptions: {
threads: {
singleThread: true,
forks: {
singleFork: true,
},
},
coverage: {
Expand Down

0 comments on commit 2799e8c

Please sign in to comment.