You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-08-07 21:23:00 +03:00
Replace getQRCodeBytes
with generateQRCode
(#11241)
* Replace `getQRCodeBytes` with `generateQRCode` * another test update * remove obsolete snapshot
This commit is contained in:
committed by
GitHub
parent
9077592bec
commit
2cfbd73cd3
@@ -179,6 +179,7 @@ describe("<UserInfo />", () => {
|
||||
Object.assign(this, {
|
||||
channel: { transactionId: 1 },
|
||||
otherPartySupportsMethod: jest.fn(),
|
||||
generateQRCode: jest.fn().mockReturnValue(new Promise(() => {})),
|
||||
...opts,
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user