From a10d59cbec8d9728f4246c4b802d4ff98f23a578 Mon Sep 17 00:00:00 2001 From: dfinke Date: Sun, 27 May 2018 13:14:07 -0400 Subject: [PATCH] add ipmo --- UnitTests/ImportExcelTests/Simple.tests.ps1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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