Created
August 12, 2014 17:09
-
-
Save omnidan/9deb15cd35a0b66daa6e to your computer and use it in GitHub Desktop.
Mocha build script for sublime text 2/3
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
{ | |
"shell_cmd": "mocha --require should --bail --reporter spec --no-colors $file", | |
"shell": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
<3