We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfd4aad commit e935dccCopy full SHA for e935dcc
jest.config.js
@@ -4,4 +4,5 @@ module.exports = {
4
coverageReporters: ['json', 'text'],
5
collectCoverageFrom: ['src/**/*.ts'],
6
preset: 'ts-jest/presets/js-with-babel',
7
+ testTimeout: 30000,
8
}
0 commit comments