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
186 stars 19 forks source link

Unknown assertion 'with event change', did you mean: 'with event drag' #60

Open salomvary opened 4 years ago

salomvary commented 4 years ago

Does unexpected-react not support 'change' event?

bruderstein commented 4 years ago

'with event', 'change'

Unfortunately it can't always split the strings up.

salomvary commented 4 years ago

Ouch. Created a patch anyway: https://github.com/bruderstein/unexpected-react/pull/61