This commit is contained in:
dfinke
2018-05-27 13:14:07 -04:00
parent 4bf1020431
commit a10d59cbec

View File

@@ -1,4 +1,5 @@
Describe "test" {
Import-Module $PSScriptRoot\..\..\ImportExcel.psd1
Describe "test" {
It 'Export-Excel should be there' {
((Get-Command export-excel -ErrorAction SilentlyContinue) -eq $null) | Should Be $false