mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-10 05:13:49 +00:00
chk # of files
This commit is contained in:
@@ -9,7 +9,8 @@ Describe "test" {
|
||||
|
||||
# "$PSScriptRoot\Simple.xlsx" | should be "C:\projects\importexcel\UnitTests\ImportExcelTests\Simple.xlsx"
|
||||
# (Test-Path "C:\projects\importexcel\UnitTests\ImportExcelTests\Simple.xlsx") | should be $true
|
||||
(Test-Path "C:\projects\importexcel\UnitTests\ImportExcelTests") | should be $true
|
||||
# (Test-Path "C:\projects\importexcel\UnitTests\ImportExcelTests") | should be $true
|
||||
@(ls "C:\projects\importexcel\UnitTests\ImportExcelTests").count | should be 2
|
||||
|
||||
# "$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