mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-06 00:23:20 +00:00
test exists
This commit is contained in:
@@ -7,7 +7,8 @@ Describe "test" {
|
||||
|
||||
It "$PSScriptRoot\Simple.xlsx should exist" {
|
||||
|
||||
"$PSScriptRoot\Simple.xlsx" | should be "C:\projects\importexcel\UnitTests\ImportExcelTests\Simple.xlsx"
|
||||
# "$PSScriptRoot\Simple.xlsx" | should be "C:\projects\importexcel\UnitTests\ImportExcelTests\Simple.xlsx"
|
||||
(Test-Path "C:\projects\importexcel\UnitTests\ImportExcelTests\Simple.xlsx") | should be $true
|
||||
|
||||
# "$pwd\Simple.xlsx" | should be "C:\Users\Douglas\Documents\GitHub\ImportExcel\UnitTests\ImportExcelTests\Simple.xlsx"
|
||||
# ((ls "$pwd\Simple.xlsx") -eq $null) | should be $false
|
||||
|
||||
Reference in New Issue
Block a user