Skip to content

Commit

Permalink
test: Restore moduleNameMapper to jest config in client canary (#2821)
Browse files Browse the repository at this point in the history
  • Loading branch information
palpatim authored Sep 1, 2024
1 parent 38de325 commit 8e2a8da
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions client-test-apps/js/api-model-relationship-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,10 @@
"last 1 firefox version",
"last 1 safari version"
]
},
"jest": {
"moduleNameMapper": {
"axios": "axios/dist/node/axios.cjs"
}
}
}

0 comments on commit 8e2a8da

Please sign in to comment.