ayooo-team / landing-page

The landing page for Ayooo
0 stars 0 forks source link

Setup #1

Closed minaorangina closed 8 years ago

minaorangina commented 8 years ago

React

Danwhy commented 8 years ago

Regarding testing, have you looked into enzyme as an alternative to React Test Utils? I've used it a little recently and found it much easier and more intuitive to use.
Quick Intro: http://codeheaven.io/testing-react-components-with-enzyme/

minaorangina commented 8 years ago

@Danwhy I've heard of enzyme but never looked into it very much. Thanks for the tip, we'll investigate!