Closed StylianosGakis closed 1 year ago
Can you please update the tests in ModuleGraphPluginFunctionalTest.kt
too?
Thanks for the PR!
Absolutely, I missed that one!
Added setting the orientation there, plus making sure that the output is correct. Purposefully did not use LEFT_TO_RIGHT which was the default one just to make sure that setting the orientation actually changes the output, instead of it ever accidentally passing because we're checking for the default orientation anyway.
Cheers!
๐ Description
Partly addresses #4 by adding the orientation option
๐ Motivation and Context
Described in #4
๐งช How Has This Been Tested?
Run a local project with these changes. By default this changes nothing anyway, and if a different orientation is provided then the
graph LR
changes tograph TB
and so on.๐ฆ Types of changes
โ Checklist