8 lines
179 B
PowerShell
8 lines
179 B
PowerShell
|
Describe "Get-ModuleBase" {
|
||
|
Context "Basic syntax check" {
|
||
|
It "Test1: Should not throw" {
|
||
|
{ Get-ModuleBase } | Should -Not -Throw
|
||
|
}
|
||
|
}
|
||
|
}
|