Created
May 25, 2017 08:16
-
-
Save pahund/a2b97f5f0a2d702ed2726c21b58b14bf to your computer and use it in GitHub Desktop.
Bash script to run Mocha unit tests using a setup file
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
#!/usr/bin/env bash | |
mocha \ | |
--compilers js:./test/setup.js \ | |
--recursive \ | |
'./test/**/*Test.js' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment