fix(electron): fix ci (#8085)

This commit is contained in:
EYHN
2024-09-04 08:00:09 +00:00
parent fb64bc7e55
commit 2799e8cd43
+2 -2
View File
@@ -21,8 +21,8 @@ export default defineConfig({
include: ['./test/**/*.spec.ts'], include: ['./test/**/*.spec.ts'],
testTimeout: 5000, testTimeout: 5000,
poolOptions: { poolOptions: {
threads: { forks: {
singleThread: true, singleFork: true,
}, },
}, },
coverage: { coverage: {