add example pester

This commit is contained in:
Alex Kup 2024-02-20 21:55:19 +03:00 committed by GitHub
parent 4d19f913e1
commit 3ef829221d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -360,11 +360,11 @@ $(foreach ($Group in $Groups) {
$Group.Group[0] $Group.Group[0]
}) | Format-Table }) | Format-Table
``` ```
# NPP # npp
`pwsh -NoExit -ExecutionPolicy Unrestricted -WindowStyle Maximized -File "$(FULL_CURRENT_PATH)"` `pwsh -NoExit -ExecutionPolicy Unrestricted -WindowStyle Maximized -File "$(FULL_CURRENT_PATH)"`
%AppData%\Notepad++` themes/shortcuts.xml `%AppData%\Notepad++` themes/shortcuts.xml
``` ```
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<NotepadPlus> <NotepadPlus>
@ -7184,7 +7184,7 @@ $Client.Dispose()
``` ```
# Pester # Pester
[Pester](https://github.com/pester/Pester) Source: [Pester](https://github.com/pester/Pester)
`Install-Module -Name Pester -Repository PSGallery -Force -AllowClobber` \ `Install-Module -Name Pester -Repository PSGallery -Force -AllowClobber` \
`Import-Module Pester` \ `Import-Module Pester` \