We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ba26ce commit c4df44aCopy full SHA for c4df44a
jest.config.js
@@ -1,6 +1,6 @@
1
const config = {
2
preset: 'ts-jest',
3
- testTimeout: 10000,
+ testTimeout: 30000,
4
testEnvironment: 'node',
5
testPathIgnorePatterns: ['<rootDir>/dist/', '<rootDir>/node_modules/'],
6
}
0 commit comments