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
The actual binding part is super small since every collaborating component prepares itself to expose a simple property to bind with. It seems this is the thin shell that is integrating the rest and for which manual testing (i.e. does the app run at all?) would suffice.
Could you add a note to the guidelines/README explaining the approach to testing? I think this is a valuable example for those who want 100% test coverage no matter what and who grow uneasy with untested code like the binding stuff.
The text was updated successfully, but these errors were encountered:
The actual binding part is super small since every collaborating component prepares itself to expose a simple property to bind with. It seems this is the thin shell that is integrating the rest and for which manual testing (i.e. does the app run at all?) would suffice.
Could you add a note to the guidelines/README explaining the approach to testing? I think this is a valuable example for those who want 100% test coverage no matter what and who grow uneasy with untested code like the binding stuff.
The text was updated successfully, but these errors were encountered: