diff --git a/jest.config.js b/jest.config.js index 60d2089..d1d24f7 100755 --- a/jest.config.js +++ b/jest.config.js @@ -1,5 +1,6 @@ module.exports = { verbose: true, + testTimeout: 10000, transform: { '^.+\\.ts$': 'ts-jest' }