Skip to content

Commit

Permalink
fix e2e-test axios module error
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaminyam committed Nov 13, 2023
1 parent 713833b commit 9c07429
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/api/test/e2e/jest-e2e.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"^@test/(.*)$": "<rootDir>/../../test/$1",
"^@app/common/(.*)$": "<rootDir>/../../../../libs/common/src/$1",
"^@app/utils/(.*)$": "<rootDir>/../../../../libs/utils/src/$1",
"^@app/entity/(.*)$": "<rootDir>/../../../../libs/entity/src/$1"
"^@app/entity/(.*)$": "<rootDir>/../../../../libs/entity/src/$1",
"^axios$": "axios/dist/node/axios.cjs"
}
}

0 comments on commit 9c07429

Please sign in to comment.