This commit is contained in:
Kirill Chernyshov 2020-08-20 12:57:19 +02:00
parent f1ce919adb
commit df0e5d2d3b
No known key found for this signature in database
GPG Key ID: 425B3AB78FBCFBDB

View File

@ -4,6 +4,7 @@ module.exports = {
testEnvironment: 'node',
testMatch: ['**/*.test.ts'],
testRunner: 'jest-circus/runner',
testTimeout: 10000,
transform: {
'^.+\\.ts$': 'ts-jest'
},