We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdea039 commit d7b98efCopy full SHA for d7b98ef
jest.config.js
@@ -5,7 +5,7 @@ module.exports = {
5
testEnvironment: "jsdom",
6
// Added this because react-resize-detector uses ES Modules which Jest doesn't support.
7
transformIgnorePatterns: [
8
- "node_modules/(?!(react-resize-detector)/)",
+ "node_modules/(?!(@lattice-automation/react-resize-detector)/)",
9
],
10
transform: {
11
"^.+\\.tsx?$": "ts-jest",
0 commit comments