You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: