Skip to content

Commit 82aec80

Browse files
Update Test-PSModule.ps1
Don't always install Pester since it's now a required module.
1 parent 3d71cec commit 82aec80

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/public/Test-PSModule.ps1

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<#
1+
<#
22
.SYNOPSIS
33
Tests a PowerShell module using Pester.
44
@@ -33,8 +33,6 @@ function Test-PSModule {
3333
[String[]]$Tag
3434
)
3535

36-
Install-Module -Name Pester -Force -AllowClobber -SkipPublisherCheck
37-
3836
Get-Module -Name $Name -All | Remove-Module -Force -ErrorAction SilentlyContinue
3937
$config = New-PesterConfiguration @{
4038
Run = @{

0 commit comments

Comments
 (0)