Skip to content

Commit 1d98f39

Browse files
🩹 [Patch]: Add debug and verbose flags to module import for enhanced logging
1 parent 2716573 commit 1d98f39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎scripts/tests/Module/PSModule/PSModule.Tests.ps1‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Describe 'PSModule - Module tests' {
1919
It 'The module should be importable' {
2020
{
2121
LogGroup 'Importing Module' {
22-
Import-Module -Name $moduleName -Force
22+
Import-Module -Name $moduleName -Force -Debug -Verbose
2323
}
2424
} | Should -Not -Throw
2525
}

0 commit comments

Comments
 (0)