Skip to content

Commit 00bbe45

Browse files
chore: added jest mapper for html package
1 parent 9f0f104 commit 00bbe45

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/react/jest.config.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
"testPathIgnorePatterns": [
2525
"./__tests__/testUtils"
2626
],
27+
"moduleNameMapper": {
28+
"^@cloudinary/html": "<rootDir>/../html/src"
29+
},
2730
"snapshotSerializers": ["enzyme-to-json/serializer"],
2831
"coverageThreshold": {
2932
"global": {

0 commit comments

Comments
 (0)