This commit is contained in:
Jorrin
2024-03-31 15:08:49 +02:00
parent 21f1fd3cee
commit 9e5c40ae45

View File

@@ -38,5 +38,12 @@ export default defineConfig({
}, },
test: { test: {
include: tests, include: tests,
pool: 'forks',
poolOptions: {
forks: {
singleFork: true,
},
},
reporters: ['verbose', 'hanging-process'],
}, },
}); });