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
First of all: this looks like a very interesting implementation of CRDT / in-app version control principles!
I wanted to play with the repo locally and was surprised to find, that there are barely any unit tests to be found... Now, considering that a local-first foundation is very non-trivial, I'm not sure how you prevent regressions and also make sure that the implemented features are working as expected.
Do you have a different repo with unit tests / e2e tests or are you just writing flawless code, so there is no need for unit tests?
Best,
Roman
The text was updated successfully, but these errors were encountered:
First of all: this looks like a very interesting implementation of CRDT / in-app version control principles!
I wanted to play with the repo locally and was surprised to find, that there are barely any unit tests to be found... Now, considering that a local-first foundation is very non-trivial, I'm not sure how you prevent regressions and also make sure that the implemented features are working as expected.
Do you have a different repo with unit tests / e2e tests or are you just writing flawless code, so there is no need for unit tests?
Best,
Roman
The text was updated successfully, but these errors were encountered: