Increase code coverage #22
@ -22,11 +22,4 @@ Describe "Get-ModuleBase" {
|
|||||||
{ Get-ModuleBase } | Should -Not -Throw
|
{ Get-ModuleBase } | Should -Not -Throw
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Context "Testing basic scenario" {
|
|
||||||
# Dummy test. This can only be executed if it gets populated by the module itself. But it's
|
|
||||||
# private function an returns $null when it's called by pester...
|
|
||||||
It "Env: AppVeyor" {
|
|
||||||
Get-ModuleBase | Should -Be ''
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user