module.exports = { roots: ["/src"], transform: { "^.+\\.tsx?$": "ts-jest" } // testMatch: ["**/test/**/*.[jt]s?(x)", "**/?(*.)+(spec|test).[jt]s?(x)"] };