We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1bd689 commit 9de18e7Copy full SHA for 9de18e7
1 file changed
tests/TestBootstrap.ps1
@@ -21,13 +21,7 @@ if ($null -eq $yamlModule) {
21
}
22
23
if ($null -eq $yamlModule) {
24
- Get-ChildItem -Path (Join-Path $PSScriptRoot '..\src\functions\private') -Filter '*.ps1' |
25
- Sort-Object Name |
26
- ForEach-Object { . $_.FullName }
27
-
28
- Get-ChildItem -Path (Join-Path $PSScriptRoot '..\src\functions\public') -Filter '*.ps1' |
29
30
+ throw 'The Yaml module is not loaded. Test-ModuleLocal must import the built module before tests run.'
31
32
33
function Get-TestYamlFingerprintLength {
0 commit comments