fix: resolve test runner scoping issue

see https://github.com/pester/Pester/issues/2386
This commit is contained in:
Rodweil, Theodor 2023-08-06 23:00:48 +02:00
parent 76ea9527b1
commit 956186c654
No known key found for this signature in database
GPG key ID: F8BC1B0EB1F9CCF5
7 changed files with 8 additions and 21 deletions

View file

@ -2,7 +2,7 @@
$ErrorActionPreference = "Stop"
BeforeAll {
Import-Module (Join-Path $PSScriptRoot 'PSConfluencePublisher.psd1') -Force
Import-Module (Join-Path $PSScriptRoot 'PSConfluencePublisher.psd1')
}
Describe 'Get-StringHash' `