diff --git a/jest.config.js b/jest.config.js index 02b831b..9cce56d 100644 --- a/jest.config.js +++ b/jest.config.js @@ -18,5 +18,8 @@ module.exports = { }, testEnvironment: "node", testMatch: ["**/__tests__/*.js"], - testPathIgnorePatterns: ["/node_modules/", ".eslintrc.js"] + testPathIgnorePatterns: ["/node_modules/", ".eslintrc.js"], + transformIgnorePatterns: [ + "/node_modules/(?!magic-script-components).+(js|jsx)$" + ] };