mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-11 05:43:17 +00:00
Added PSVersion. Point to the new directory for tests
This commit is contained in:
@@ -1,8 +1,7 @@
|
|||||||
|
$PSVersionTable.PSVersion
|
||||||
|
|
||||||
# Get-Module -ListAvailable pester | Out-Host
|
|
||||||
# return
|
|
||||||
if ((Get-Module -ListAvailable pester) -eq $null) {
|
if ((Get-Module -ListAvailable pester) -eq $null) {
|
||||||
Install-Module -Name Pester -Repository PSGallery -Force
|
Install-Module -Name Pester -Repository PSGallery -Force
|
||||||
}
|
}
|
||||||
|
|
||||||
Invoke-Pester -Script $PSScriptRoot\UnitTests
|
Invoke-Pester -Script $PSScriptRoot\__tests__
|
||||||
Reference in New Issue
Block a user