Files
pokemon-tcg-sdk-typescript/jest.config.js
2021-03-04 00:05:58 -05:00

6 lines
119 B
JavaScript

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