Skip to content

Commit

Permalink
Fix jest build for axios
Browse files Browse the repository at this point in the history
  • Loading branch information
sarayourfriend committed Nov 13, 2023
1 parent 6719e13 commit 78c84c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ module.exports = {
"^~~/(.*)$": "<rootDir>/$1",
"^vue$": "vue/dist/vue.common.js",
"(.*svg)(\\?inline)$": "<rootDir>/test/unit/test-utils/svgTransform.js",
axios: "axios/dist/node/axios.cjs",
},
setupFiles: ["<rootDir>/test/unit/setup.js"],
setupFilesAfterEnv: ["<rootDir>/test/unit/setup-after-env.js"],
Expand Down

0 comments on commit 78c84c3

Please sign in to comment.