Skip to content

Commit 24edbe6

Browse files
author
raghavaggarwal2308
committed
[MM-945] Update jest config
1 parent 73161e6 commit 24edbe6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

webapp/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,7 @@
9090
"reselect": "4.1.8"
9191
},
9292
"jest": {
93-
"snapshotSerializers": [
94-
"<rootDir>/node_modules/enzyme-to-json/serializer.js"
95-
],
93+
"snapshotSerializers": ["enzyme-to-json/serializer"],
9694
"testPathIgnorePatterns": [
9795
"/node_modules/",
9896
"/non_npm_dependencies/"

0 commit comments

Comments
 (0)