Skip to content

Instantly share code, notes, and snippets.

@parris
Created August 4, 2014 04:17
Show Gist options
  • Save parris/bcf3fc82c767d1cba5d1 to your computer and use it in GitHub Desktop.
Save parris/bcf3fc82c767d1cba5d1 to your computer and use it in GitHub Desktop.
ReactJS Mocha.opts
--require should
--reporter dot
--ui bdd
--debug
--compilers coffee:coffee-react/register
--recursive
@parris
Copy link
Author

parris commented Aug 4, 2014

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment