We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66a8d1d commit afbb72cCopy full SHA for afbb72c
jest.json
@@ -11,6 +11,9 @@
11
"\\.s?css$": "<rootDir>/__mocks__/css.js",
12
"^uuid$": "uuid"
13
},
14
+ "transformIgnorePatterns": [
15
+ "<rootDir>/node_modules/(?!@react-dnd|react-dnd|dnd-core|react-dnd-html5-backend|dnd-multi-backend|rdndmb-html5-to-touch)"
16
+ ],
17
"setupFiles": [
18
"<rootDir>/setupJest.js"
19
],
0 commit comments