pester test script added to launch.json

CHANGELOG, README updated
This commit is contained in:
2023-08-14 23:01:38 +01:00
parent 09078d382b
commit f480b637eb
3 changed files with 55 additions and 11 deletions

9
.vscode/launch.json vendored
View File

@@ -38,6 +38,15 @@
"args": [],
"createTemporaryIntegratedConsole": true
},
{
"name": "PowerShell: Run Pester Tests",
"type": "PowerShell",
"request": "launch",
"cwd": "${workspaceRoot}",
"script": "${workspaceFolder}/tests/pre-commit.ps1",
"args": [],
"createTemporaryIntegratedConsole": true
},
{
"name": "PowerShell: Launch Quick Test",
"type": "PowerShell",