bonham000 / fcc-react-tests-module

The original freeCodeCamp React/Redux alpha curriculum.
http://hysterical-amusement.surge.sh/
BSD 3-Clause "New" or "Revised" License
77 stars 38 forks source link

React-36 check nextProps used twice #237

Closed u-rogel closed 7 years ago

u-rogel commented 7 years ago

For issue #235

bonham000 commented 7 years ago

@cowCrazy awesome, this is great! I had to change the syntax for running the regex in the actual tests so it would return a boolean so the test assertion would pass or fail appropriately, but otherwise, this works great to ensure the expected behavior. Thanks a lot!