We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5c63cb2 + 591485f commit 7e98013Copy full SHA for 7e98013
1 file changed
jupyter/js/jest.config.js
@@ -28,5 +28,5 @@ module.exports = {
28
"^.+\\.jsx?$": "babel-jest",
29
".+\\.(css|styl|less|sass|scss)$": "jest-transform-css",
30
},
31
- transformIgnorePatterns: [`/node_modules/(?!(${esModules}))`],
+ transformIgnorePatterns: [`/node_modules/.pnpm/(?!(${esModules}))`],
32
};
0 commit comments