mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-02 18:09:58 +08:00
fix(electron): fix ci (#8085)
This commit is contained in:
@@ -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: {
|
||||||
|
|||||||
Reference in New Issue
Block a user