Skip to content

Commit

Permalink
[CMB-323] jest axios fix
Browse files Browse the repository at this point in the history
  • Loading branch information
richseviora committed Feb 27, 2024
1 parent 30b768e commit 1bb59f7
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 @@ -80,6 +80,11 @@
"ts-node": "^10.4.0",
"typescript": "^4.4.4"
},
"jest": {
"moduleNameMapper": {
"^axios$": "axios/dist/node/axios.cjs"
}
},
"publishConfig": {
"access": "restricted"
},
Expand Down

0 comments on commit 1bb59f7

Please sign in to comment.