rwilcox / odyssey

Rails, React, and deployment patterns
0 stars 0 forks source link

React testing framework set up #15

Closed rwilcox closed 7 years ago

rwilcox commented 7 years ago

This fixes #6 , giving us a basic toolset (mocha + chai + enzyme) to test React components and run them "with" our Rails tests.

And also now start our two complimentary servers (webpack and Rails) a better way!

jcarvin commented 7 years ago

This looks excellent.

Smooth as butter.