Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
FrederikBolding committed Feb 26, 2024
1 parent 7bbdd9b commit aab7170
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 @@ -95,6 +95,7 @@ module.exports = {
moduleNameMapper: {
'^.+\\.svg(\\?raw)?$': '<rootDir>/src/__mocks__/svg.tsx',
'^.+\\.(png|css)': '<rootDir>/src/__mocks__/file.ts',
// Force resolve nanoid to CJS to fix Jest tests
nanoid: require.resolve('nanoid'),
},

Expand Down

0 comments on commit aab7170

Please sign in to comment.