enzymejs / enzyme

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

Invalid suspense instance #2443

Closed lh0x00 closed 4 years ago

lh0x00 commented 4 years ago

I fixed https://github.com/enzymejs/enzyme/issues/2434 issue and add this case to tests.

Thanks for review!

codecov[bot] commented 4 years ago

Codecov Report

Merging #2443 into master will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2443   +/-   ##
=======================================
  Coverage   96.14%   96.14%           
=======================================
  Files          49       49           
  Lines        3835     3840    +5     
  Branches     1072     1073    +1     
=======================================
+ Hits         3687     3692    +5     
  Misses        148      148           
Impacted Files Coverage Δ
...enzyme-adapter-react-16/src/ReactSixteenAdapter.js 95.12% <100.00%> (+0.05%) :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 4a27b3d...b1eb170. Read the comment docs.

lh0x00 commented 4 years ago

hi @ljharb , please review it and leave a review if you need to change.