We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 568082b commit 55de693Copy full SHA for 55de693
1 file changed
src/functions/public/Get-PSModuleTest.ps1
@@ -7,7 +7,9 @@
7
Performs tests on a module.
8
9
.EXAMPLE
10
+ ```pwsh
11
Test-PSModule -Name 'World'
12
+ ```
13
14
"Hello, World!"
15
#>
0 commit comments