Skip to content

Commit

Permalink
Fix failing tests with jest after bumping axios
Browse files Browse the repository at this point in the history
  • Loading branch information
podliashanyk committed Feb 13, 2024
1 parent 6607670 commit 62231b1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@
"last 1 safari version"
]
},
"jest": {
"moduleNameMapper": {
"^axios$": "axios/dist/node/axios.cjs"
}
},
"devDependencies": {
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
Expand Down

0 comments on commit 62231b1

Please sign in to comment.