Merge pull request #28626 from element-hq/t3chguy/web-friendly-buffers #1526
Annotations
2 errors
Run tests:
test/unit-tests/Lifecycle-test.ts#L421
expect(jest.fn()).toHaveBeenCalledWith(...expected)
- Expected
+ Received
Object {
- "rustCryptoStoreKey": Any<Uint8Array>,
+ "rustCryptoStoreKey": Object {
+ "data": Array [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ ],
+ "type": "Buffer",
+ },
},
Number of calls: 1
at Object.toHaveBeenCalledWith (test/unit-tests/Lifecycle-test.ts:421:51)
|
Run tests
Process completed with exit code 1.
|
Loading