I have a little time and contributing here seems to be a good option. To refresh my Blazor knowledge testing is a good start, not to mention that I love working with tests.
Is there a strategy I should follow when it comes to unit testing? Any priority order?
By default, I would go through the components and I would add unit tests for all of them.
I see bunit is still used (if I remember correctly I introduced them).
Right now only unit tests we have setup is for inputs. To be frank I suck at setting them up. If your skilled in it would love your input on the matter
I have a little time and contributing here seems to be a good option. To refresh my Blazor knowledge testing is a good start, not to mention that I love working with tests. Is there a strategy I should follow when it comes to unit testing? Any priority order? By default, I would go through the components and I would add unit tests for all of them. I see bunit is still used (if I remember correctly I introduced them).