Skip to content

Commit

Permalink
Merge pull request #418 from arayabrain/feature/test_environment_impl…
Browse files Browse the repository at this point in the history
…ementation_fix

patch for jest run
  • Loading branch information
itutu-tienday committed Aug 30, 2024
2 parents 15c5633 + 89e089c commit 3508aa0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@
"react-app-rewired": "^2.2.1",
"react-color": "^2.19.3",
"react-dnd": "^16.0.1",
"react-dnd-cjs": "^9.5.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dnd-html5-backend-cjs": "^9.5.1",
"react-dom": "18.2.0",
"react-linear-gradient-picker": "^3.0.1",
"react-plotlyjs-ts": "^2.2.2",
Expand Down Expand Up @@ -109,7 +111,10 @@
},
"jest": {
"moduleNameMapper": {
"^axios$": "axios/dist/node/axios.cjs"
"^axios$": "axios/dist/node/axios.cjs",
"react-dnd": "react-dnd-cjs",
"react-dnd-html5-backend": "react-dnd-html5-backend-cjs",
"dnd-core": "dnd-core-cjs"
}
}
}

0 comments on commit 3508aa0

Please sign in to comment.