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