module.exports = { moduleFileExtensions: ["ts", "tsx", "js"], transform: { "^.+\\.(ts|tsx)$": "ts-jest", }, testMatch: ["/test/**/*.ts?(x)", "/test/**/?(*.)+(spec|test).ts?(x)"], testEnvironment: "node", };