File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5959 "coveralls" : " ^3.0.0" ,
6060 "enzyme" : " ^3.1.0" ,
6161 "enzyme-adapter-react-16" : " ^1.0.1" ,
62+ "enzyme-to-json" : " ^3.1.2" ,
6263 "eslint" : " ^3.13.0" ,
6364 "eslint-config-airbnb" : " ^14.1.0" ,
6465 "eslint-config-jss" : " ^3.0.0" ,
9293 "coverageDirectory" : " ../coverage" ,
9394 "setupFiles" : [
9495 " raf/polyfill"
96+ ],
97+ "snapshotSerializers" : [
98+ " enzyme-to-json/serializer"
9599 ]
96100 }
97101}
Original file line number Diff line number Diff line change @@ -1433,6 +1433,12 @@ enzyme-adapter-utils@^1.0.0:
14331433 object.assign "^4.0.4"
14341434 prop-types "^15.5.10"
14351435
1436+ enzyme-to-json@^3.1.2 :
1437+ version "3.1.2"
1438+ resolved "https://registry.yarnpkg.com/enzyme-to-json/-/enzyme-to-json-3.1.2.tgz#7681e04c5747bb140c4c658ba7f07a6679e1f3b6"
1439+ dependencies :
1440+ lodash "^4.17.4"
1441+
14361442enzyme@^3.1.0 :
14371443 version "3.1.0"
14381444 resolved "https://registry.yarnpkg.com/enzyme/-/enzyme-3.1.0.tgz#d8ca84085790fbcec6ed40badd14478faee4c25a"
You can’t perform that action at this time.
0 commit comments