mirror of
https://github.com/status-im/safe-react.git
synced 2025-02-02 04:44:53 +00:00
WA-238 Increasing the jest.setTimeout time
This commit is contained in:
parent
98ce8f1746
commit
c711c624fd
2
config/jest/jest.setup.js
Normal file
2
config/jest/jest.setup.js
Normal file
@ -0,0 +1,2 @@
|
||||
// @flow
|
||||
jest.setTimeout(30000)
|
@ -113,6 +113,7 @@
|
||||
"collectCoverageFrom": [
|
||||
"src/**/*.{js,jsx}"
|
||||
],
|
||||
"setupTestFrameworkScriptFile": "<rootDir>/config/jest/jest.setup.js",
|
||||
"setupFiles": [
|
||||
"<rootDir>/config/webpack.config.test.js",
|
||||
"<rootDir>/config/polyfills.js",
|
||||
|
Loading…
x
Reference in New Issue
Block a user