docs(README): fix typo in command
This commit is contained in:
parent
1280e3165a
commit
1cebecaed1
1 changed files with 1 additions and 1 deletions
|
|
@ -120,4 +120,4 @@ some tests fail, if ran via the wildcard discovery.
|
||||||
Execute the following from within a PowerShell session to temporarily circumvent
|
Execute the following from within a PowerShell session to temporarily circumvent
|
||||||
this problem:
|
this problem:
|
||||||
|
|
||||||
``PS > Get-ChildItem Contoso/*.Tests.ps1 | ForEach {pwsh -c Invoke-Pester (Resolve-Path -Relative $_)}``
|
``$ pwsh -c 'Get-ChildItem PSConfluencePublisher/*.Tests.ps1 | ForEach {pwsh -c Invoke-Pester (Resolve-Path -Relative $_)}'``
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue