mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-15 07:43:23 +00:00
5 lines
147 B
PowerShell
5 lines
147 B
PowerShell
. $PSScriptRoot\TestAPIReadXls.ps1
|
|
|
|
Test-APIReadXls $PSScriptRoot\testlist.xlsx | % {
|
|
Invoke-Pester -Script $_.fullname -PassThru -Show None
|
|
} |