This commit is contained in:
Gavin Nishizawa 2023-09-28 18:35:37 -07:00
parent 9f3124e56f
commit 3bade4fa03
No known key found for this signature in database
GPG key ID: AE3B177777CE55CD
3 changed files with 898 additions and 172 deletions

View file

@ -137,7 +137,7 @@ func run(t *testing.T, tc testCase) {
} }
layoutsTested := []string{"dagre"} layoutsTested := []string{"dagre"}
if !tc.justDagre && false { if !tc.justDagre {
layoutsTested = append(layoutsTested, "elk") layoutsTested = append(layoutsTested, "elk")
} }

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 32 KiB