add example pester
This commit is contained in:
parent
4d19f913e1
commit
3ef829221d
1 changed files with 3 additions and 3 deletions
|
|
@ -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` \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue