We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03b1bf9 commit eccf3e3Copy full SHA for eccf3e3
jest.config.js
@@ -9,5 +9,5 @@ module.exports = {
9
'^@/(.*)$': '<rootDir>/src/$1',
10
},
11
collectCoverageFrom: ['**/src/**/*.{js,ts}'],
12
- testTimeout: 30000,
+ testTimeout: 40000,
13
};
0 commit comments