We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b391120 commit 7c18e0dCopy full SHA for 7c18e0d
PsGraph.Pester.Tests/PSGraph.Vega.Tests.ps1
@@ -51,7 +51,7 @@ Describe 'Vega Tests' {
51
Add-Edge -From B -To E -Graph $graph | Out-Null
52
Add-Edge -From C -To F -Graph $graph | Out-Null
53
54
- Export-Graph -Graph $graph -Format Vega_TreeLayout -Path /tmp/x.tree.html
+ Export-Graph -Graph $graph -Format Vega_TreeLayout -Path /tmp/x.tree.html -UseVirtualTreeRoot
55
}
56
57
It 'Vega Adjacency Matrix' {
0 commit comments