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 ce32b49 commit 9d127beCopy full SHA for 9d127be
PsGraph.Pester.Tests/PSGraph.DsmClustering.Config.Tests.ps1
@@ -1,6 +1,5 @@
1
BeforeAll {
2
- Import-Module "/Users/andrei/repo/PSGraph/PSGraph/bin/Debug/net9.0/publish/PSGraph.dll" -Verbose
3
- Import-Module "/Users/andrei/repo/PSBicepGraph/src/PSBicepGraph/bin/Debug/net9.0/publish/PSBicepGraph.dll" -Verbose
+ Import-Module "./PSGraph.Tests/bin/Debug/net9.0/PSQuickGraph.psd1" -Verbose
4
}
5
6
Describe 'Start-DSMClustering AlgorithmConfig coercion' {
0 commit comments