Skip to content

Commit d7b98ef

Browse files
committed
Updated jest config
1 parent bdea039 commit d7b98ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module.exports = {
55
testEnvironment: "jsdom",
66
// Added this because react-resize-detector uses ES Modules which Jest doesn't support.
77
transformIgnorePatterns: [
8-
"node_modules/(?!(react-resize-detector)/)",
8+
"node_modules/(?!(@lattice-automation/react-resize-detector)/)",
99
],
1010
transform: {
1111
"^.+\\.tsx?$": "ts-jest",

0 commit comments

Comments
 (0)