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:
parent
40c988ee45
commit
34cb9be3f6
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
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'"``
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue