christianalfoni / webpack-express-boilerplate

A boilerplate for running a Webpack workflow in Node express
MIT License
1.4k stars 292 forks source link

request -> mocha tests for the components? #49

Open hillscottc opened 8 years ago

hillscottc commented 8 years ago

Awesome boilerplate!

Testing React components can be tricky also. It would be cool to see you post mocha tests for a couple of the components.

Thanks.

mikeerickson commented 8 years ago

@hillscottc I believe I have created some tests (using Jest, Enzyme and Mocha) for this project. I will have a look at home this weekend.

Odywan55 commented 8 years ago

Can any-body advice me the way of handling server changes, with no rerun the server manualy, and working with routes on it, thanks a lot !!