Skip to content

Commit

Permalink
ci: remove axios from jest configuration of test-helper library
Browse files Browse the repository at this point in the history
  • Loading branch information
asadali214 committed Jul 15, 2024
1 parent 8acb66b commit 4c19779
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/test-helper/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ const { jest: lernaAliases } = require('lerna-alias');

module.exports = {
preset: 'ts-jest',
moduleNameMapper: {
"^axios$": "axios/dist/node/axios.cjs",
...lernaAliases(),
},
moduleNameMapper: lernaAliases(),
coverageReporters: [['lcov', { projectRoot: '../../' }]]
};

0 comments on commit 4c19779

Please sign in to comment.