mirror of
https://github.com/dfinke/ImportExcel.git
synced 2026-01-05 10:03:30 +00:00
wip: remove param validation
This commit is contained in:
@@ -19,4 +19,8 @@
|
||||
$actual = Import-Excel -Path "testRelative.xlsx"
|
||||
$actual | Should Not Be $null
|
||||
}
|
||||
|
||||
It "Should fail for not found" {
|
||||
{ Import-Excel -Path "ExcelFileDoesNotExist.xlsx" } | Should Throw "'ExcelFileDoesNotExist.xlsx' file not found"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user