Skip to content

Instantly share code, notes, and snippets.

@andrewconnell
Created August 21, 2015 09:49
Show Gist options
  • Save andrewconnell/7dd2717eea13596e1e87 to your computer and use it in GitHub Desktop.
Save andrewconnell/7dd2717eea13596e1e87 to your computer and use it in GitHub Desktop.
VSCode Task Configuration to Run Gulp Test Task
{
"version": "0.1.0",
"command": "gulp",
"isShellCommand": true,
"args": [],
"tasks": [
{
"taskName": "run-tests",
"isTestCommand": true,
"isBuildCommand": false
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment