mirror of
https://github.com/sussy-code/providers.git
synced 2026-05-11 20:40:31 +00:00
test
This commit is contained in:
parent
21f1fd3cee
commit
9e5c40ae45
1 changed files with 7 additions and 0 deletions
|
|
@ -38,5 +38,12 @@ export default defineConfig({
|
||||||
},
|
},
|
||||||
test: {
|
test: {
|
||||||
include: tests,
|
include: tests,
|
||||||
|
pool: 'forks',
|
||||||
|
poolOptions: {
|
||||||
|
forks: {
|
||||||
|
singleFork: true,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
reporters: ['verbose', 'hanging-process'],
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue