1 2 3 4 5 6 7
module.exports = { roots: ["<rootDir>/src"], transform: { "^.+\\.tsx?$": "ts-jest" } // testMatch: ["**/test/**/*.[jt]s?(x)", "**/?(*.)+(spec|test).[jt]s?(x)"] };