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 5ca1074 commit accf821Copy full SHA for accf821
tests/PSModule.Tests.ps1
@@ -5,6 +5,8 @@ Param(
5
[string] $Path
6
)
7
8
+Write-Verbose "Path to the module: [$Path]" -Verbose
9
+
10
Describe 'PSModule' {
11
Context 'Module' {
12
It 'The module should be available' {
0 commit comments