remove task.json error

This commit is contained in:
OCram85 2017-09-21 11:55:33 +02:00
parent c238d7402d
commit 80a6857e4e
1 changed files with 0 additions and 1 deletions

1
.vscode/tasks.json vendored
View File

@ -27,7 +27,6 @@
{
"taskName": "Test",
"suppressTaskName": true,
"isTestCommand": true,
"args": [
"Write-Host 'Invoking Pester...'; $ProgressPreference = 'SilentlyContinue'; Invoke-Pester -Script '.\\tests\\*' -EnableExit $flase -PesterOption @{IncludeVSCodeMarker=$true};",
"Invoke-Command { Write-Host 'Completed Test task in task runner.' }"