Skip to content

Commit 1bb59f7

Browse files
committed
[CMB-323] jest axios fix
1 parent 30b768e commit 1bb59f7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: package.json

+5
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,11 @@
8080
"ts-node": "^10.4.0",
8181
"typescript": "^4.4.4"
8282
},
83+
"jest": {
84+
"moduleNameMapper": {
85+
"^axios$": "axios/dist/node/axios.cjs"
86+
}
87+
},
8388
"publishConfig": {
8489
"access": "restricted"
8590
},

0 commit comments

Comments
 (0)