Public/Get-ConnectorData.tests.ps1
|
BeforeAll { $Script:Module = Import-Module "$($PSScriptRoot)/.." -Force -PassThru } Describe "Get-ConnectorData" { It "Should throw when not connected" { { Get-ConnectorData } | Should -Throw } } |