5 lines
102 B
PowerShell
5 lines
102 B
PowerShell
|
Describe -Name 'Test01' {
|
||
|
It -name 'First Test' {
|
||
|
{Get-Service} | Should Not Throw
|
||
|
}
|
||
|
}
|