tests.ps1
Import-Module Pester $script:moduleRoot = Split-Path -Path $MyInvocation.MyCommand.Path $script:debugMode = $true # Dot source functions "$script:moduleRoot\functions\*.ps1" | Resolve-Path | %{. $_.ProviderPath} Invoke-Pester tests |