Skip to content

Commit

Permalink
chore: jest path resolution fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jerzy-mankowski committed Dec 16, 2024
1 parent 65ff831 commit c7658ad
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 28,408 deletions.
3 changes: 3 additions & 0 deletions packages/react/jest.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
"testPathIgnorePatterns": [
"./__tests__/testUtils"
],
"moduleNameMapper": {
"^@cloudinary/html": "<rootDir>/../html/src"
},
"snapshotSerializers": ["enzyme-to-json/serializer"],
"coverageThreshold": {
"global": {
Expand Down
Loading

0 comments on commit c7658ad

Please sign in to comment.