You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-08-09 10:22:46 +03:00
Make the js-sdk conform to tsc --strict (#2835)
Co-authored-by: Faye Duxovni <fayed@matrix.org>
This commit is contained in:
committed by
GitHub
parent
42b08eca57
commit
db49cd8d13
@@ -757,7 +757,7 @@ describe('Call', function() {
|
||||
|
||||
describe("transferToCall", () => {
|
||||
it("should send the required events", async () => {
|
||||
const targetCall = new MatrixCall({ client: client.client });
|
||||
const targetCall = new MatrixCall({ client: client.client, roomId: "!roomId:server" });
|
||||
const sendEvent = jest.spyOn(client.client, "sendEvent");
|
||||
await call.transferToCall(targetCall);
|
||||
|
||||
|
Reference in New Issue
Block a user