gcorne / wp-react-boilerplate

Get started with using React in a WordPress plugin
129 stars 27 forks source link

Added Mocha unit testing framework and one example test case. #5

Open zinigor opened 8 years ago

zinigor commented 8 years ago

This is a suggestion to add an example unit testing framework and establish at least some sort of minimal working testing configuration. In my experience it's not so easy for a beginner to properly set up everything and avoid some pitfalls. So with this I wanted to set up a first step in an iterative process towards a well balanced testing setup.