From df0e5d2d3bc70cbdb5949b9a8de20ce1e31476fe Mon Sep 17 00:00:00 2001 From: Kirill Chernyshov Date: Thu, 20 Aug 2020 12:57:19 +0200 Subject: [PATCH] wip --- jest.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/jest.config.js b/jest.config.js index cac4c02..3b5fb69 100644 --- a/jest.config.js +++ b/jest.config.js @@ -4,6 +4,7 @@ module.exports = { testEnvironment: 'node', testMatch: ['**/*.test.ts'], testRunner: 'jest-circus/runner', + testTimeout: 10000, transform: { '^.+\\.ts$': 'ts-jest' },