chore: increases jest timeout
This commit is contained in:
@@ -5,7 +5,7 @@ module.exports = {
|
||||
'**/test/**/*int.spec.ts',
|
||||
],
|
||||
globalSetup: './test/jest.setup.ts',
|
||||
testTimeout: 15000,
|
||||
testTimeout: 90000,
|
||||
moduleNameMapper: {
|
||||
'\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$': '<rootDir>/src/webpack/mocks/fileMock.js',
|
||||
'\\.(css|scss)$': '<rootDir>/src/webpack/mocks/emptyModule.js',
|
||||
|
||||
Reference in New Issue
Block a user