feat: OR-Set Implementation & tests #198
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 { '0': NaN, '1': NaN, node1: 5 } to deeply equal { node1: 5, node2: 10 }
- Expected
+ Received
Object {
+ "0": NaN,
+ "1": NaN,
"node1": 5,
- "node2": 10,
}
❯ 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