Skip to content

Commit

Permalink
Merge pull request #22 from rkotze/enzyme-3-support
Browse files Browse the repository at this point in the history
Enzyme 3 support

This includes a few dependency and dev deps upgrades as well.

Breaking change is using the cheerio v1, null components are not present otherwise the reset of the api behaves the same.
  • Loading branch information
rkotze authored Feb 6, 2018
2 parents a7f6b75 + f52191d commit 9af17a4
Show file tree
Hide file tree
Showing 12 changed files with 6,241 additions and 234 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ env:

globals:
should: true
render: true
shallow: true
mount: true

parserOptions:
sourceType: "module"
Expand Down
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: node_js
node_js:
- "8"
- "7"
- "6"
- "5"
- "4"
- "6"
Loading

0 comments on commit 9af17a4

Please sign in to comment.