Skip to content

Commit 2bbca96

Browse files
committed
try again
1 parent 1f8c02a commit 2bbca96

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

PsGraph.Pester.Tests/PSGraph.Basic.Tests.ps1

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
BeforeAll {
2-
if (Test-Path "./PSQuickGraph/PSQuickGraph.psd1")
3-
{
4-
Write-Host "Importing from ./PSQuickGraph/PSQuickGraph.psd1"
5-
Import-Module "./PSQuickGraph"
6-
}
2+
Import-Module "./PSGraph.Tests/bin/Debug/net9.0/PSQuickGraph.psd1"
73
}
84

95
Describe 'New-Graph' {

0 commit comments

Comments
 (0)