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
this is massively useful at finding corner cases, as getting JSON validation into different parts of the app will cut down on ambiguous data
move as many operations against data as we can out of react components and their event handlers/didShouldCouldMaybeUnMounts (Move to VDomRendererModel #19) into discrete, testable functions of manager/model classes which don't require reasoning about the react lifecycle
get them under coverage, with a threshold, uploaded to codecov
only run them linux
since they only run in nodejs, we're testing... nodejs. no users will be running server-side node.
My bad on this one - there is no front-end tests anymore
This should be corrected - especially the cells rechunk + chunk/comment matching need desperately tests.
The text was updated successfully, but these errors were encountered: