module.exports = { testEnvironment: "node", transform: { "^.+\\.[tj]sx?$": "babel-jest", }, };