module.exports = { "reporters": ["default"], "roots": [ "/tests" ], "testMatch": [ "**/?(*.)+(spec|test).+(ts|tsx|js)" ], "transform": { ".+\\.(ts)$": "ts-jest" }, }