Created
May 26, 2017 13:26
-
-
Save leventebalogh/88379d7f54d6305b0649c56f169be96e to your computer and use it in GitHub Desktop.
Watch Tests with Mocha & Babel & React & Enzyme
This file contains hidden or 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
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