Files
ImportExcel/DoTests.ps1
2018-05-27 12:53:26 -04:00

10 lines
216 B
PowerShell

Get-Module -ListAvailable pester | Out-Host
return
if ((Get-Module -ListAvailable pester) -eq $null) {
Install-Module -Name Pester -Repository PSGallery -Force
}
Invoke-Pester -Script $PSScriptRoot\UnitTests\