Files
ImportExcel/DoTests.ps1
2018-05-27 12:54:44 -04:00

9 lines
280 B
PowerShell

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