mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 11:33:25 +00:00
test
This commit is contained in:
@@ -38,5 +38,12 @@ export default defineConfig({
|
|||||||
},
|
},
|
||||||
test: {
|
test: {
|
||||||
include: tests,
|
include: tests,
|
||||||
|
pool: 'forks',
|
||||||
|
poolOptions: {
|
||||||
|
forks: {
|
||||||
|
singleFork: true,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
reporters: ['verbose', 'hanging-process'],
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user