diff --git a/UnitTests/ImportExcelTests/Simple.tests.ps1 b/UnitTests/ImportExcelTests/Simple.tests.ps1 index c917dca..55cdbdb 100644 --- a/UnitTests/ImportExcelTests/Simple.tests.ps1 +++ b/UnitTests/ImportExcelTests/Simple.tests.ps1 @@ -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