Skip to content

Commit

Permalink
fix test error after axios update
Browse files Browse the repository at this point in the history
  • Loading branch information
CeciliaLiu8 committed Mar 4, 2024
1 parent 0b10801 commit 1a6f5ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ module.exports = {
moduleNameMapper: {
"\\.(css)$": "identity-obj-proxy",
"single-spa-react/parcel": "single-spa-react/lib/cjs/parcel.cjs",
"^axios$": "axios/dist/node/axios.cjs",
},
setupFilesAfterEnv: ["@testing-library/jest-dom"],
};

0 comments on commit 1a6f5ba

Please sign in to comment.