Skip to content

Commit 591485f

Browse files
committed
Fix jest config for pnpm
1 parent 5c63cb2 commit 591485f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jupyter/js/jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ module.exports = {
2828
"^.+\\.jsx?$": "babel-jest",
2929
".+\\.(css|styl|less|sass|scss)$": "jest-transform-css",
3030
},
31-
transformIgnorePatterns: [`/node_modules/(?!(${esModules}))`],
31+
transformIgnorePatterns: [`/node_modules/.pnpm/(?!(${esModules}))`],
3232
};

0 commit comments

Comments
 (0)