We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66a8d1d commit df87077Copy full SHA for df87077
1 file changed
jest.json
@@ -9,7 +9,13 @@
9
"coverageReporters": ["html", "lcov"],
10
"moduleNameMapper": {
11
"\\.s?css$": "<rootDir>/__mocks__/css.js",
12
- "^uuid$": "uuid"
+ "^uuid$": "uuid",
13
+ "^dnd-core$": "dnd-core/dist/cjs",
14
+ "^react-dnd$": "react-dnd/dist/cjs",
15
+ "^react-dnd-html5-backend$": "react-dnd-html5-backend/dist/cjs",
16
+ "^react-dnd-touch-backend$": "react-dnd-touch-backend/dist/cjs",
17
+ "^react-dnd-test-backend$": "react-dnd-test-backend/dist/cjs",
18
+ "^react-dnd-test-utils$": "react-dnd-test-utils/dist/cjs"
19
},
20
"setupFiles": [
21
"<rootDir>/setupJest.js"
0 commit comments