diff --git a/Scripts/PesterInterface.ps1 b/Scripts/PesterInterface.ps1 index 10b68b9b..f5daff94 100644 --- a/Scripts/PesterInterface.ps1 +++ b/Scripts/PesterInterface.ps1 @@ -24,6 +24,7 @@ param( #Specify the path to a PesterConfiguration.psd1 file. The script will also look for a PesterConfiguration.psd1 in the current working directory. [String]$ConfigurationPath ) +[Console]::OutputEncoding = [Text.Encoding]::UTF8 try { $modulePath = if ($CustomModulePath) { Resolve-Path $CustomModulePath -ErrorAction Stop } else { 'Pester' }