Skip to content

Commit

Permalink
update axios import into jest
Browse files Browse the repository at this point in the history
  • Loading branch information
chasevoorhees committed Dec 7, 2023
1 parent 70c18f5 commit 6b6a0ec
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 @@ -36,6 +36,7 @@ module.exports = {
globalTeardown: '<rootDir>/test/teardown.ts',
moduleNameMapper: {
eccrypto: '<rootDir>/test/mock/eccrypto-mock.js',
axios: '<rootDir>/node_modules/axios/dist/node/axios.cjs'
},
testPathIgnorePatterns: ['/node_modules/', 'test-helpers'],
};

0 comments on commit 6b6a0ec

Please sign in to comment.