We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f8c02a commit 2bbca96Copy full SHA for 2bbca96
1 file changed
PsGraph.Pester.Tests/PSGraph.Basic.Tests.ps1
@@ -1,9 +1,5 @@
1
BeforeAll {
2
- if (Test-Path "./PSQuickGraph/PSQuickGraph.psd1")
3
- {
4
- Write-Host "Importing from ./PSQuickGraph/PSQuickGraph.psd1"
5
- Import-Module "./PSQuickGraph"
6
- }
+ Import-Module "./PSGraph.Tests/bin/Debug/net9.0/PSQuickGraph.psd1"
7
}
8
9
Describe 'New-Graph' {
0 commit comments