Skip to content

Commit afbb72c

Browse files
committed
asdf
1 parent 66a8d1d commit afbb72c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

jest.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
"\\.s?css$": "<rootDir>/__mocks__/css.js",
1212
"^uuid$": "uuid"
1313
},
14+
"transformIgnorePatterns": [
15+
"<rootDir>/node_modules/(?!@react-dnd|react-dnd|dnd-core|react-dnd-html5-backend|dnd-multi-backend|rdndmb-html5-to-touch)"
16+
],
1417
"setupFiles": [
1518
"<rootDir>/setupJest.js"
1619
],

0 commit comments

Comments
 (0)