Skip to content

Instantly share code, notes, and snippets.

@seanknox
Created October 27, 2015 21:37
Show Gist options
  • Save seanknox/c890ec136545baa1a5ab to your computer and use it in GitHub Desktop.
Save seanknox/c890ec136545baa1a5ab to your computer and use it in GitHub Desktop.
NPM test build definition for Sublime Text 3
{
"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