module.exports = { testEnvironment: "node", testMatch: ["/**/*-test.js"], testPathIgnorePatterns: ["/node_modules/"], moduleFileExtensions: ["js"], modulePaths: ["/node_modules"], // transform: { // '^.+\\.jsx?$': 'babel-jest', // }, };