Skip to content

Commit accf821

Browse files
Fix
1 parent 5ca1074 commit accf821

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/PSModule.Tests.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ Param(
55
[string] $Path
66
)
77

8+
Write-Verbose "Path to the module: [$Path]" -Verbose
9+
810
Describe 'PSModule' {
911
Context 'Module' {
1012
It 'The module should be available' {

0 commit comments

Comments
 (0)