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
On reflection, I don't think having tests for the reconciler is a good thing. The reconciler will likely change in the future and adding tests around its implementation details will make things brittle.
We should add Jest tests for how the reconciler handles various node operations (move, delete, insert, etc). We currently have no tests to cover this.
The text was updated successfully, but these errors were encountered: