We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b49736d commit 4276bdbCopy full SHA for 4276bdb
Extension/PesterTask/test/PesterTask/Helper.Tests.ps1
@@ -2,7 +2,7 @@
2
Describe "Testing Helper Functions" {
3
4
BeforeAll {
5
- Import-Module -Name (Resolve-Path "$PSScriptRoot/../../PesterV9/HelperModule.psm1") -Forc
+ Import-Module -Name (Resolve-Path "$PSScriptRoot/../../PesterV9/HelperModule.psm1") -Force
6
}
7
Context "Testing Get-HashtableFromString" {
8
0 commit comments