Created
October 27, 2015 21:37
-
-
Save seanknox/c890ec136545baa1a5ab to your computer and use it in GitHub Desktop.
NPM test build definition for Sublime Text 3
This file contains 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
Show hidden characters
{ | |
"cmd": ["npm", "test"], | |
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)", | |
"working_dir": "$project_path" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment