enzymejs / enzyme

JavaScript Testing utilities for React
https://enzymejs.github.io/enzyme/
MIT License
19.95k stars 2.01k forks source link

Fixes: React 15.0 and 15.1 #2495

Closed mul53 closed 3 years ago

mul53 commented 3 years ago

Fixes majority of failing tests

codecov[bot] commented 3 years ago

Codecov Report

Merging #2495 (db8e4c6) into master (b542bda) will increase coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2495      +/-   ##
==========================================
+ Coverage   96.29%   96.31%   +0.01%     
==========================================
  Files          49       49              
  Lines        4183     4204      +21     
  Branches     1123     1130       +7     
==========================================
+ Hits         4028     4049      +21     
  Misses        155      155              
Impacted Files Coverage Δ
...-adapter-react-15.4/src/ReactFifteenFourAdapter.js 96.53% <100.00%> (+0.45%) :arrow_up:
...enzyme-adapter-react-15/src/ReactFifteenAdapter.js 96.02% <100.00%> (+0.02%) :arrow_up:

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 b542bda...db8e4c6. Read the comment docs.

ljharb commented 3 years ago

Looks like there's still a few failing tests; the linter is an easy one, the 15.4 tests i'm not sure about tho: https://travis-ci.com/github/enzymejs/enzyme/jobs/479107447