module.exports = { roots: ["/demo/static", "/tests"], transform: { "^.+\\.ts?$": "ts-jest" }, testRegex: "(/tests/.*(test|spec))\\.ts?$", moduleFileExtensions: ["ts", "tsx", "js", "jsx", "json", "node"] };