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 3d71cec commit 82aec80Copy full SHA for 82aec80
src/public/Test-PSModule.ps1
@@ -1,4 +1,4 @@
1
-<#
+<#
2
.SYNOPSIS
3
Tests a PowerShell module using Pester.
4
@@ -33,8 +33,6 @@ function Test-PSModule {
33
[String[]]$Tag
34
)
35
36
- Install-Module -Name Pester -Force -AllowClobber -SkipPublisherCheck
37
-
38
Get-Module -Name $Name -All | Remove-Module -Force -ErrorAction SilentlyContinue
39
$config = New-PesterConfiguration @{
40
Run = @{
0 commit comments