mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-06 00:23:20 +00:00
test for export-excel
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
Describe "test" {
|
||||
|
||||
It 'Export-Excel should be there' {
|
||||
((Get-Command export-excel -ErrorAction SilentlyContinue) -eq $null) | Should Be $false
|
||||
}
|
||||
|
||||
It '$PSScriptRoot\Simple.xlsx should exist' {
|
||||
Test-Path $PSScriptRoot\Simple.xlsx | Should Be $true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user