mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-06 00:23:20 +00:00
delete xlsx after tests run
This commit is contained in:
@@ -63,6 +63,10 @@ Describe "Import-Excel on a sheet with no headings" {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
AfterAll {
|
||||||
|
Remove-Item $PSScriptRoot\testImportExcelSparse.xlsx -ErrorAction SilentlyContinue
|
||||||
|
}
|
||||||
|
|
||||||
It "Import-Excel should have this shape" {
|
It "Import-Excel should have this shape" {
|
||||||
$actual = @(Import-Excel $xlfile)
|
$actual = @(Import-Excel $xlfile)
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user