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
#245 adds tests for most CRDT operations, including most interesting concurrent pairs.
Still needs:
Unit tests of every method (especially accessors). See npm run coverage's HTML report.
Event tests
Non-CRDT tests, especially core features like serializers. (Note that crdt's coverage report doesn't count core code, but the crdt tests do exercise a lot of it.)
Tests with multiple messages in the same transaction, to make sure latter ones overwrite the former despite equal causal timestamps. (Esp. CVar, CRichText).
The text was updated successfully, but these errors were encountered: