bruderstein / unexpected-react

Plugin for http://unexpected.js.org to enable testing the full React virtual DOM, and also the shallow renderer
http://bruderstein.github.io/unexpected-react
MIT License
187 stars 19 forks source link

Test suite fails with react-dom 16.6.0 #56

Closed papandreou closed 4 years ago

papandreou commented 5 years ago

Upgrading react-dom from 16.5.2 to 16.6.0 makes 83 tests fail when running this part of the test suite:

mocha --require babel-core/register src/tests/general/*.spec.js

Bisecting in the react repo reveals that it broke when https://github.com/facebook/react/pull/13902 was merged.

bruderstein commented 4 years ago

Closing this as 6.0.0 supports 16.9 and above, so this is probably no longer an issue any more.

papandreou commented 4 years ago

Awesome! Remember to push the new release :innocent: