Skip to content

Instantly share code, notes, and snippets.

@shairez
Created June 11, 2016 22:15
Show Gist options
  • Save shairez/3339ed5498f3f0ee865543eee7849049 to your computer and use it in GitHub Desktop.
Save shairez/3339ed5498f3f0ee865543eee7849049 to your computer and use it in GitHub Desktop.
{
"taskName": "test",
"args": [],
"isTestCommand": true,
"problemMatcher": {
"fileLocation": ["absolute"],
"pattern": [
{
"regexp": "(Expected.+\\.)$",
"message": 1
},
{
"regexp": "\\s+at.+\\s\\((.*\\.js):(\\d+):(\\d+)\\)$",
"file": 1,
"line": 2,
"column": 3
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment