add test error matcher

This commit is contained in:
Nick Fyson
2020-08-11 16:19:13 +01:00
parent 979a554a7c
commit d213ffd270
10 changed files with 180 additions and 163 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"problemMatcher": [
{
"owner": "test-problem-matcher",
"pattern": [
{
"regexp": "(No source code was seen during the build\\.|No JavaScript or TypeScript code found\\.)",
"message": 1
}
]
}
]
}