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
102 B
PowerShell
5 lines
No EOL
102 B
PowerShell
Describe -Name 'Test01' {
|
|
It -name 'First Test' {
|
|
{Get-Service} | Should Not Throw
|
|
}
|
|
} |