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