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