762fcf78b9
* win_pester - Align dir scanning with Pester's defaults Co-authored-by: Coby Caldwell <cobycaldwell@gmail.com> * Fix sanity issues
5 lines
No EOL
99 B
PowerShell
5 lines
No EOL
99 B
PowerShell
Describe -Name 'Test02' {
|
|
It -name 'Second Test' {
|
|
{Get-Service} | Should Throw
|
|
}
|
|
} |