feat: optimize linearization functions #975
Annotations
3 errors
packages/object/tests/bitset.test.ts > BitSet Test > find next index of one-bit:
packages/object/tests/bitset.test.ts#L51
AssertionError: expected 64 to be undefined // Object.is equality
- Expected:
undefined
+ Received:
64
❯ packages/object/tests/bitset.test.ts:51:34
|
packages/object/tests/hashgraph.test.ts > HashGraph for AddWinSet tests > Test: Yuta Papa's Case:
packages/object/tests/hashgraph.test.ts#L213
AssertionError: expected [ { type: 'add', value: 1 }, …(1) ] to deeply equal [ { type: 'add', value: 1 }, …(2) ]
- Expected
+ Received
Array [
Object {
"type": "add",
"value": 1,
},
Object {
"type": "add",
- "value": 1,
- },
- Object {
- "type": "add",
"value": 2,
},
]
❯ packages/object/tests/hashgraph.test.ts:213:21
|
tests
Process completed with exit code 1.
|