mirror of
https://github.com/dfinke/ImportExcel.git
synced 2026-01-08 11:33:14 +00:00
Remove test, put check in begin block
This commit is contained in:
@@ -19,10 +19,10 @@
|
||||
$actual | Should Not Be $null
|
||||
}
|
||||
|
||||
It "Should read with PSScriptRoot" {
|
||||
$actual = Import-Excel -Path "$PSScriptRoot\$($script:xlfileName)"
|
||||
$actual | Should Not Be $null
|
||||
}
|
||||
# It "Should read with PSScriptRoot" {
|
||||
# $actual = Import-Excel -Path "$PSScriptRoot\$($script:xlfileName)"
|
||||
# $actual | Should Not Be $null
|
||||
# }
|
||||
|
||||
It "Should read with just a file name and resolve to cwd" {
|
||||
$actual = Import-Excel -Path "$($script:xlfileName)"
|
||||
|
||||
Reference in New Issue
Block a user