Cache by requested version name

This commit is contained in:
Imran Ismail
2020-09-25 22:14:20 +08:00
parent 430fa071e8
commit 359e84cbc9
3 changed files with 49 additions and 35 deletions

View File

@@ -4,8 +4,9 @@ module.exports = {
testEnvironment: 'node',
testMatch: ['**/*.test.ts'],
testRunner: 'jest-circus/runner',
testTimeout: 60000,
transform: {
'^.+\\.ts$': 'ts-jest'
},
verbose: true
}
}