docs(README): fix code block

it should be clear that the wrapping command does not necessarily need to be
triggered from within a PowerShell session.
This commit is contained in:
Rodweil, Theodor 2023-08-06 04:11:37 +02:00
parent 40c988ee45
commit 34cb9be3f6
No known key found for this signature in database
GPG key ID: F8BC1B0EB1F9CCF5

View file

@ -92,5 +92,5 @@ does not work as expected on the `Import-Module` cmdlet (within the `BeforeAll`
script blocks). Therefore it is advised to wrap the `Invoke-Pester` as follows script blocks). Therefore it is advised to wrap the `Invoke-Pester` as follows
so that the global scope gets teared down after execution. so that the global scope gets teared down after execution.
``PS> pwsh -c "Invoke-Pester PSConfluencePublisher/*.Tests.ps1 -Show 'All'"`` ``$ pwsh -c "Invoke-Pester PSConfluencePublisher/*.Tests.ps1 -Show 'All'"``