Skip to content

Commit 4f62308

Browse files
committed
Rename 'pesterError' problem matcher to 'pester'
1 parent 1d1c04d commit 4f62308

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/.vscode/tasks.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"Write-Host 'Invoking Pester...'; Invoke-Pester -PesterOption @{IncludeVSCodeMarker=$true};",
8888
"Invoke-Command { Write-Host 'Completed Test task in task runner.' }"
8989
],
90-
"problemMatcher": "$pesterError"
90+
"problemMatcher": "$pester"
9191
}
9292
]
9393
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
},
158158
"problemMatchers": [
159159
{
160-
"name": "pesterError",
160+
"name": "pester",
161161
"owner": "powershell",
162162
"fileLocation": ["absolute"],
163163
"severity": "error",

0 commit comments

Comments
 (0)