module.exports = { "roots": [ "/src" ], "testMatch": [ "**/Tests/test.*.+(ts|tsx|js)", ], "transform": { "^.+\\.(ts|tsx)$": "ts-jest" }, }