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

Reinstate support for 'with event click' etc. in Unexpected 10.30.0+ #44

Closed papandreou closed 7 years ago

papandreou commented 7 years ago

@bruderstein Hmm, there's still breakage: https://travis-ci.org/bruderstein/unexpected-react/jobs/258854539#L1062-L1148

Any idea?

papandreou commented 7 years ago

From the gitter channel:

Dave Brotherstone @bruderstein 13:54 Just wanted to check in - I'm on holiday with basically no internet, but I got the rest of the fiber stuff going, and should be fine in production mode now too. If I find a cafe with WiFi I'll publish the fiber tag. @papandreou re the failing tests I think it's just a slightly updated output for functions I expect clearing node_modules and doing a yarn install then running the integration tests will show the problem, and then it's just a matter of updating the expected output (there's a update-test.sh script to do it).

Andreas Lind @papandreou 17:45 @bruderstein Thanks for the hints. I think I managed to regenerate the snapshots now -- looks like it's just "UnexpectedError: " that went missing in the new release, which is probably fine. Cross your fingers for CI