Skip to content

Commit

Permalink
chore: fix jest tests for angular
Browse files Browse the repository at this point in the history
  • Loading branch information
reesscot committed Nov 13, 2023
1 parent 235f2be commit bf38dd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/angular/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module.exports = {
moduleNameMapper: {
'^uuid$': '<rootDir>/../../node_modules/uuid',
'^nanoid$': '<rootDir>/../../node_modules/nanoid',
axios: 'axios/dist/node/axios.cjs',
axios: '<rootDir>/../../node_modules/axios/lib/axios.js',
},
transform: {
'^.+\\.{ts|tsx}?$': [
Expand Down

0 comments on commit bf38dd2

Please sign in to comment.