chk # of files

This commit is contained in:
dfinke
2018-05-27 13:32:14 -04:00
parent 817ed117a8
commit 64f55c8ba4

View File

@@ -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