Files
pokemon-tcg-sdk-typescript/jest.config.js
2021-03-15 08:37:56 -04:00

7 lines
144 B
JavaScript

module.exports = {
"testRegex": '.*\\.test\\.ts$',
"transform": {
"^.+\\.(ts|tsx)$": "ts-jest"
},
"testTimeout": 30000
}