Migrates to Pester5+ tests #59

Merged
OCram85 merged 47 commits from Pester5 into master 2022-07-14 13:37:13 +02:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit a845c04851 - Show all commits

View File

@ -144,6 +144,7 @@ function Invoke-Linter {
"RuleName",
"Message"
) -AutoSize | Out-String | Write-Verbose -Verbose
throw 'PS Script Analyzer failed!'
}
}
}