mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-10 13:23:29 +00:00
7 lines
211 B
PowerShell
7 lines
211 B
PowerShell
try {. $PSScriptRoot\..\..\LoadPSD1.ps1} catch {}
|
|
|
|
. $PSScriptRoot\TestAPIReadXls.ps1
|
|
|
|
Test-APIReadXls $PSScriptRoot\testlist.xlsx | Foreach-Object {
|
|
Invoke-Pester -Script $_.fullname -PassThru -Show None
|
|
} |