Skip to content

Commit

Permalink
Adding a comment note.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bccorb committed Nov 13, 2023
1 parent 89b182d commit 50df2ca
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 @@ -16,6 +16,7 @@ module.exports = {
uuid: require.resolve('uuid'),
'^nanoid(/(.*)|$)': 'nanoid$1',
'react-leaflet': '<rootDir>/static/src/js/util/mocks/reactLeafletMock.js',
// After the update to 1.x the CJS changed import method. Adding a module mapper to resolve issues. See https://stackoverflow.com/a/74079349
'^axios$': require.resolve('axios')
},
coveragePathIgnorePatterns: [
Expand Down

0 comments on commit 50df2ca

Please sign in to comment.