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