delete xlsx after tests run

This commit is contained in:
dfinke
2022-04-11 16:58:13 -04:00
parent 895a5c0cb2
commit 6a956dbd7e
2 changed files with 4 additions and 0 deletions

View File

@@ -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" {
$actual = @(Import-Excel $xlfile)

Binary file not shown.