fix: GCounter merge and compare not working #66
Closed
Annotations
4 errors
packages/crdt/tests/GCounter.test.ts#L33
AssertionError: expected true to be false // Object.is equality
- Expected
+ Received
- false
+ true
❯ packages/crdt/tests/GCounter.test.ts:33:36
|
packages/crdt/tests/GCounter.test.ts#L47
AssertionError: expected { node1: NaN, node2: NaN } to deeply equal { node1: 5, node2: 10 }
- Expected
+ Received
Object {
- "node1": 5,
- "node2": 10,
+ "node1": NaN,
+ "node2": NaN,
}
❯ packages/crdt/tests/GCounter.test.ts:47:33
|
packages/crdt/tests/LWWElementSet.test.ts#L40
AssertionError: expected true to be false // Object.is equality
- Expected
+ Received
- false
+ true
❯ packages/crdt/tests/LWWElementSet.test.ts:40:37
|
|
The logs for this run have expired and are no longer available.
Loading