mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-10 05:13:49 +00:00
update name
This commit is contained in:
@@ -5,7 +5,7 @@ Describe "test" {
|
|||||||
((Get-Command export-excel -ErrorAction SilentlyContinue) -eq $null) | Should Be $false
|
((Get-Command export-excel -ErrorAction SilentlyContinue) -eq $null) | Should Be $false
|
||||||
}
|
}
|
||||||
|
|
||||||
It '$PSScriptRoot\Simple.xlsx should exist' {
|
It "$PSScriptRoot\Simple.xlsx should exist" {
|
||||||
Test-Path $PSScriptRoot\Simple.xlsx | Should Be $true
|
Test-Path $PSScriptRoot\Simple.xlsx | Should Be $true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user