scoop-earne/bin/test.ps1

9 lines
151 B
PowerShell
Raw Normal View History

2020-11-23 13:55:29 -05:00
<#
.SYNOPSIS
Execute Pester tests in repository root directory.
#>
$result = Invoke-Pester "$PSScriptRoot\.." -PassThru
exit $result.FailedCount