Skip to content

Instantly share code, notes, and snippets.

@pahund
Created May 9, 2017 09:37
Show Gist options
  • Select an option

  • Save pahund/4efd178896a4be611c9d9822b8bb8895 to your computer and use it in GitHub Desktop.

Select an option

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
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