Skip to content

Commit

Permalink
UIPFIMP-73: Add image mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
OleksandrHladchenko1 committed Oct 17, 2024
1 parent bf1e806 commit f09182c
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 @@ -17,6 +17,7 @@ module.exports = {
moduleNameMapper: {
'^.+\\.(css)$': 'identity-obj-proxy',
'^.+\\.(svg)$': 'identity-obj-proxy',
'^.+\\.(css|png|svg)$': 'identity-obj-proxy',
},
testEnvironment: 'jsdom',
testMatch: ['**/(lib|src)/**/?(*.)test.{js,jsx}'],
Expand Down

0 comments on commit f09182c

Please sign in to comment.