StephenGrider / ReduxSimpleStarter

Starter pack for an awesome Udemy course
MIT License
3.56k stars 4.63k forks source link

Invariant error if you simulate an event and programmatically create markup during testing #216

Open andresn opened 6 years ago

andresn commented 6 years ago

This happened after completing and trying to work off of the testing section from the Advanced React and Redux course on Udemy: https://screencast.com/t/4qVkXvXngIuN

andresn commented 6 years ago

I gave up after hours of going in under the hood. I just moved to using Jest/Enzyme and here's the PR: https://github.com/StephenGrider/ReduxSimpleStarter/pull/217