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