Skip to content

Commit

Permalink
Order matters
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Hunt committed Dec 13, 2023
1 parent 7d5d237 commit 62417b9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/Import-ConfigData.Tests.ps1
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
BeforeAll {
Import-Module "$PSScriptRoot/../publish/Import-ConfigData" -Force

if ($null -eq (Get-Module -Name 'powershell-yaml' -ListAvailable)) {
Install-Module 'powershell-yaml' -Scope CurrentUser
}

Import-Module "$PSScriptRoot/../publish/Import-ConfigData" -Force

}

Describe 'Import-ConfigData' {
Expand Down

0 comments on commit 62417b9

Please sign in to comment.