fix(electron): fix ci (#8085)

This commit is contained in:
EYHN
2024-09-04 08:00:09 +00:00
parent fb64bc7e55
commit 2799e8cd43

View File

@@ -21,8 +21,8 @@ export default defineConfig({
include: ['./test/**/*.spec.ts'],
testTimeout: 5000,
poolOptions: {
threads: {
singleThread: true,
forks: {
singleFork: true,
},
},
coverage: {