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
At the moment it seems like different widgets are tested independently of one another. This can cause certain errors not to be caught. An example was with recent pr #139 where there wasn't labels_key in the layer.metadata anymore yet there were no test errors. We probably need additional tests in which widgets are not tested independently from other widgets. @kevinyamauchi what do you think?
The text was updated successfully, but these errors were encountered:
At the moment it seems like different widgets are tested independently of one another. This can cause certain errors not to be caught. An example was with recent pr #139 where there wasn't
labels_key
in thelayer.metadata
anymore yet there were no test errors. We probably need additional tests in which widgets are not tested independently from other widgets. @kevinyamauchi what do you think?The text was updated successfully, but these errors were encountered: