Skip to content

Commit

Permalink
[Tests] add react v16.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Dec 20, 2018
1 parent b48ef02 commit 3d88a5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ matrix:
- node_js: "8"
env: REACT=16.4
env:
- REACT=16.7
- REACT=16.6
- REACT=16.5
- REACT=16.4
Expand Down
1 change: 1 addition & 0 deletions env.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ const adapterVersions = {
16.4: 16,
16.5: 16,
16.6: 16,
16.7: 16,
};
const adapterVersion = process.env.ADAPTER || adapterVersions[version] || version;
const adapterName = `enzyme-adapter-react-${adapterVersion}`;
Expand Down

0 comments on commit 3d88a5f

Please sign in to comment.