chore: enhance workflow (#271)

Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2021-03-30 23:48:02 +02:00
committed by GitHub
parent d8a076a057
commit b458824747
13 changed files with 149 additions and 119 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ module.exports = {
testEnvironment: 'node',
testMatch: ['**/*.test.ts'],
testRunner: 'jest-circus/runner',
testTimeout: 10000,
testTimeout: 30000,
transform: {
'^.+\\.ts$': 'ts-jest'
},