Closed haarchri closed 2 months ago
Yes, those helm test failures are on purpose to showcase that they can fail as well. :D
But also, yeah, rendering objects for the minimal case is a bit flaky right now, because of how we parse things.
For example, if you require a minimal case, and an object is prepared to be rendered, but there are no properties for it, we can't close it with {}
since we don't know beforehand that it will be an object with no values.
Either some kind of pre-lookup is required, or post tracking 🤔 I haven't figured it out yet. :/
Actually, I think I have a solution for this.
for this PR i tried to execute the test suite: