We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 330d672 commit c776604Copy full SHA for c776604
jest.config.js
@@ -1,6 +1,6 @@
1
const config = {
2
preset: 'ts-jest',
3
- testTimeout: 30000,
+ testTimeout: 60000,
4
testEnvironment: 'node',
5
testPathIgnorePatterns: ['<rootDir>/dist/', '<rootDir>/node_modules/'],
6
}
0 commit comments