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.
1 parent 5c63cb2 commit 591485fCopy full SHA for 591485f
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