Skip to content

Support React 16 #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Dec 2, 2017
Merged

Support React 16 #4

merged 10 commits into from
Dec 2, 2017

Conversation

wimpyprogrammer
Copy link
Owner

Support React 16. Upgrade tests to Enzyme 3.

Add React 16 adapter and test setup file.
By default, enzyme-adapter-react-16 is installed per the devDependencies
in the package.json.  We should uninstall this so it isn't detected by
test-setup.js which looks for available adapters.
The setup script runs before each test fixture, so these messages
clutter the test output.
Uninstall react-addons-test-utils from default devDependencies.

Don't install react-test-renderer for React 16.
Fix an issue where the default adapter (v16) is used for React v15
builds in TravisCI.
Fix Node v9.2.0 failures in TravisCI.
@codecov
Copy link

codecov bot commented Dec 2, 2017

Codecov Report

Merging #4 into develop will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff           @@
##           develop     #4   +/-   ##
======================================
  Coverage      100%   100%           
======================================
  Files            4      5    +1     
  Lines           22     28    +6     
  Branches         0      1    +1     
======================================
+ Hits            22     28    +6
Impacted Files Coverage Δ
test-setup.js 100% <100%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2f71471...6fa75a6. Read the comment docs.

@wimpyprogrammer wimpyprogrammer merged commit 8a535ff into develop Dec 2, 2017
@wimpyprogrammer wimpyprogrammer deleted the feature/fix-build branch December 2, 2017 05:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant