mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-13 14:53:19 +00:00
Expand aliases
This commit is contained in:
@@ -1,6 +1,4 @@
|
|||||||
cls
|
Import-Module .\ImportExcel.psd1 -Force
|
||||||
|
|
||||||
ipmo .\ImportExcel.psd1 -Force
|
|
||||||
|
|
||||||
$xlFile = ".\testSQL.xlsx"
|
$xlFile = ".\testSQL.xlsx"
|
||||||
|
|
||||||
@@ -15,7 +13,7 @@ Describe "ConvertFrom-ExcelToSQLInsert" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
AfterAll {
|
AfterAll {
|
||||||
rm $xlFile -Recurse -Force -ErrorAction Ignore
|
Remove-Item $xlFile -Recurse -Force -ErrorAction Ignore
|
||||||
}
|
}
|
||||||
|
|
||||||
It "Should be empty double single quotes" {
|
It "Should be empty double single quotes" {
|
||||||
|
|||||||
Reference in New Issue
Block a user