1 changed file
README.md | ||
Add comment 16
Add comment 17 # Pester
Add comment 18 $TestRootDir = "$ProjectRoot\Tests"
Add comment 19 Minus $TestScripts = Get-ChildItem "$ProjectRoot\Tests\*Tests.ps1"
Add comment 19 Plus $TestScripts = Get-ChildItem "$ProjectRoot\Tests\*\*Tests.ps1"
Add comment 20 $TestFile = "$($TimeStamp)_UnitTestResults.xml"
Add comment 21
Add comment 22 # Script Analyzer