diegohaz / arc

React starter kit based on Atomic Design
https://arc.js.org
2.92k stars 292 forks source link

Update to React 16 #323

Closed thedrew12 closed 7 years ago

thedrew12 commented 7 years ago

Fixes https://github.com/diegohaz/arc/issues/320

Geczy commented 7 years ago

You need to add this step too: https://github.com/facebook/jest/issues/4545#issuecomment-332762365

codecov-io commented 7 years ago

Codecov Report

Merging #323 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #323   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          43     44    +1     
  Lines         297    289    -8     
  Branches       56     56           
=====================================
- Hits          297    289    -8
Impacted Files Coverage Δ
private/jest/shim.js 100% <100%> (ø)
private/jest/setupTests.js 100% <100%> (ø)
...-example/components/molecules/CodeSponsor/index.js

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 81109cf...d79ecf5. Read the comment docs.

diegohaz commented 7 years ago

Thank you so much, @thedrew12