Skip to content

Commit 6053809

Browse files
committed
Increase test timeout
1 parent 3db15b9 commit 6053809

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

jest.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ module.exports = {
1212
},
1313
testEnvironment: 'jsdom',
1414
setupFilesAfterEnv: ['./jestSetup.js'],
15-
testTimeout: 10000,
16-
transformIgnorePatterns: ['node_modules/(?!(react-native|@react-native|@ngneat/falso|uuid)/)'],
15+
testTimeout: 60000,
16+
transformIgnorePatterns: ['node_modules/(?!((@)?react-native|@ngneat/falso|uuid)/)'],
1717
};

0 commit comments

Comments
 (0)