fixed/clarified instructions for running Start-PSPester tests (#13373)

This commit is contained in:
Anam Navied 2020-08-10 17:53:05 -04:00 committed by GitHub
parent 16425645ab
commit b430303a03
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -75,6 +75,11 @@ The cross-platform host has built-in documentation via `--help`.
You can run our cross-platform Pester tests with `Start-PSPester`.
```powershell
Import-Module ./build.psm1
Start-PSPester
```
## Building in Visual Studio
We currently have the issue [#3400](https://github.com/PowerShell/PowerShell/issues/3400) tracking this task.