Skip to content

Instantly share code, notes, and snippets.

@leventebalogh
Created May 26, 2017 13:26
Show Gist options
  • Save leventebalogh/88379d7f54d6305b0649c56f169be96e to your computer and use it in GitHub Desktop.
Save leventebalogh/88379d7f54d6305b0649c56f169be96e to your computer and use it in GitHub Desktop.
Watch Tests with Mocha & Babel & React & Enzyme
mocha --watch \
--compilers js:babel-core/register \
--compilers jsx:babel-register \
--require ./.mocha-setup.js \
--recursive ./src/**/*.test.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment