mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-20 10:13:16 +00:00
try ls
This commit is contained in:
@@ -6,7 +6,8 @@ Describe "test" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
It "$PSScriptRoot\Simple.xlsx should exist" {
|
It "$PSScriptRoot\Simple.xlsx should exist" {
|
||||||
Test-Path "$PSScriptRoot\Simple.xlsx" | Should Be $true
|
((ls "$PSScriptRoot\Simple.xlsx") -eq $null) | should be $false
|
||||||
|
# Test-Path "$PSScriptRoot\Simple.xlsx" | Should Be $true
|
||||||
#$PSScriptRoot\Simple.xlsx | should be "C:\projects\importexcel\UnitTests\ImportExcelTests\Simple.xlsx"
|
#$PSScriptRoot\Simple.xlsx | should be "C:\projects\importexcel\UnitTests\ImportExcelTests\Simple.xlsx"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user