Created
May 9, 2017 09:37
-
-
Save pahund/4efd178896a4be611c9d9822b8bb8895 to your computer and use it in GitHub Desktop.
Command to run a suite of Mocha unit tests using Babel for transpiration
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 \ | |
| --compilers js:node_modules/babel-register,js:./test/setup.js \ | |
| --recursive \ | |
| --colors \ | |
| --timeout 10000 \ | |
| --grep "$1" \ | |
| './test/**/*Test.js' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment