Skip to content

Commit

Permalink
Updated enzyme to support test with context components
Browse files Browse the repository at this point in the history
* see enzymejs/enzyme#1509 for enzyme-adapter update, it throws an error in tests where context is used
* deleted patch package (new included version does not need it)
  • Loading branch information
rvsia committed Oct 4, 2018
1 parent c632a86 commit 628ac30
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@
"cross-env": "^5.1.4",
"cz-conventional-changelog": "^2.1.0",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"enzyme-context-patch": "^0.0.9",
"enzyme-adapter-react-16": "^1.5.0",
"enzyme-to-json": "^3.3.3",
"fs-extra": "^6.0.1",
"glob": "^7.1.2",
Expand Down

0 comments on commit 628ac30

Please sign in to comment.