We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b411148 commit 2f586f2Copy full SHA for 2f586f2
1 file changed
Tests/Integration/DSR_ReplaceText.Integration.Tests.ps1
@@ -16,6 +16,7 @@ if ( (-not (Test-Path -Path (Join-Path -Path $script:moduleRoot -ChildPath 'DSCR
16
17
Import-Module (Join-Path -Path $script:moduleRoot -ChildPath 'DSCResource.Tests\TestHelper.psm1') -Force
18
Import-Module (Join-Path -Path $script:moduleRoot -ChildPath "$($script:DSCModuleName).psd1") -Force
19
+# Helper module import required for the Get-FileEncoding function
20
Import-Module (Join-Path -Path $script:moduleRoot -ChildPath 'Modules\FileContentDsc.Common') -Force
21
$TestEnvironment = Initialize-TestEnvironment `
22
-DSCModuleName $script:DSCModuleName `
0 commit comments