mirror of
https://github.com/sussy-code/providers.git
synced 2026-01-11 20:10:17 +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: {
|
||||
include: tests,
|
||||
pool: 'forks',
|
||||
poolOptions: {
|
||||
forks: {
|
||||
singleFork: true,
|
||||
},
|
||||
},
|
||||
reporters: ['verbose', 'hanging-process'],
|
||||
},
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue