Skip to content

Instantly share code, notes, and snippets.

@kristopherjohnson
Created December 9, 2012 13:29
Show Gist options
  • Save kristopherjohnson/4244892 to your computer and use it in GitHub Desktop.
Save kristopherjohnson/4244892 to your computer and use it in GitHub Desktop.
Sublime Text 2 build system that runs "make test" with Mocha.js
{
"cmd": ["make", "test"],
"working_dir": "${project_path}",
"path": "/usr/bin:/bin:/usr/local/bin:/usr/local/share/npm/bin",
"file_regex": "\\((...*?):([0-9]*):([0-9]*)\\)"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment