Created
August 4, 2014 04:17
-
-
Save parris/bcf3fc82c767d1cba5d1 to your computer and use it in GitHub Desktop.
ReactJS Mocha.opts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--require should | |
--reporter dot | |
--ui bdd | |
--debug | |
--compilers coffee:coffee-react/register | |
--recursive |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Make sure to
npm install coffee-react --save-dev
If you're NOT using coffeescript you should plug in an appropriate compiler try the JSXTransformer in react.