mirror of
https://github.com/fergalmoran/onearmy-community-platform.git
synced 2026-01-01 06:27:46 +00:00
test: add teardownTimeout to allow longer timeout
This commit is contained in:
@@ -17,6 +17,7 @@ const vitestConfig: VitestUserConfigInterface = {
|
|||||||
environment: 'jsdom',
|
environment: 'jsdom',
|
||||||
globals: true,
|
globals: true,
|
||||||
setupFiles: './src/test/setup.ts',
|
setupFiles: './src/test/setup.ts',
|
||||||
|
teardownTimeout: 15000,
|
||||||
testTimeout: 10000,
|
testTimeout: 10000,
|
||||||
coverage: {
|
coverage: {
|
||||||
provider: 'v8',
|
provider: 'v8',
|
||||||
|
|||||||
Reference in New Issue
Block a user