Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed Feb 22, 2023
1 parent 66a8d1d commit df87077
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion jest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@
"coverageReporters": ["html", "lcov"],
"moduleNameMapper": {
"\\.s?css$": "<rootDir>/__mocks__/css.js",
"^uuid$": "uuid"
"^uuid$": "uuid",
"^dnd-core$": "dnd-core/dist/cjs",
"^react-dnd$": "react-dnd/dist/cjs",
"^react-dnd-html5-backend$": "react-dnd-html5-backend/dist/cjs",
"^react-dnd-touch-backend$": "react-dnd-touch-backend/dist/cjs",
"^react-dnd-test-backend$": "react-dnd-test-backend/dist/cjs",
"^react-dnd-test-utils$": "react-dnd-test-utils/dist/cjs"
},
"setupFiles": [
"<rootDir>/setupJest.js"
Expand Down

0 comments on commit df87077

Please sign in to comment.