Start Function Tests

This commit is contained in:
Wes Carroll
2019-04-01 22:25:52 -04:00
parent 28fb62f737
commit d0a75153ad
+8
View File
@@ -48,6 +48,14 @@ Describe $file.BaseName -Tag 'Unit' {
}
Context "$($file.BaseName)::Function Unit Tests" {
Mock -ModuleName ZertoApiWrapper -CommandName Invoke-ZertoRestRequest {
}
$outputPath = "TestDrive:\"
it "Should Exist" {
$outputPath | Should -Exist
}
}
}