docs(README): fix typo in command

This commit is contained in:
Rodweil, Theodor 2023-08-06 22:28:25 +02:00
parent 1280e3165a
commit 1cebecaed1
No known key found for this signature in database
GPG key ID: F8BC1B0EB1F9CCF5

View file

@ -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 $_)}'``