Skip to content

Commit

Permalink
Framework: Upgrade enzyme to 2.9.1
Browse files Browse the repository at this point in the history
2.5.0 supports passing callbacks to `setState`, which we require for `client/auth/test/login`.
Furthermore, there's a fix in 2.6.0 that's required for this to actually work
(enzymejs/enzyme#490)
Not updating to >=3.0.0 yet since chai-expect isn't compatible (yet).
Changelog: https://github.com/airbnb/enzyme/blob/master/CHANGELOG.md#252-november-9-2016
  • Loading branch information
ockham committed Oct 3, 2017
1 parent 3ec3151 commit 0dc7829
Show file tree
Hide file tree
Showing 2 changed files with 106 additions and 66 deletions.
170 changes: 105 additions & 65 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@
"chai": "3.5.0",
"chai-enzyme": "0.5.2",
"deep-freeze": "0.0.1",
"enzyme": "2.4.1",
"enzyme": "2.9.1",
"esformatter": "0.7.3",
"esformatter-braces": "1.2.1",
"esformatter-collapse-objects-a8c": "0.1.0",
Expand Down

0 comments on commit 0dc7829

Please sign in to comment.