mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-06 00:23:20 +00:00
7 lines
241 B
PowerShell
7 lines
241 B
PowerShell
try {Import-Module $PSScriptRoot\..\..\ImportExcel.psd1} catch {throw ; return}
|
|
|
|
. $PSScriptRoot\TestAPIReadXls.ps1
|
|
|
|
Test-APIReadXls $PSScriptRoot\testlist.xlsx | Foreach-Object {
|
|
Invoke-Pester -Script $_.fullname -PassThru -Show None
|
|
} |