mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-29 21:15:19 +00:00
fix tests
This commit is contained in:
@@ -251,7 +251,7 @@ describe("UrlParams", () => {
|
|||||||
controlledAudioDevices: platform === "desktop" ? false : true,
|
controlledAudioDevices: platform === "desktop" ? false : true,
|
||||||
skipLobby: false,
|
skipLobby: false,
|
||||||
returnToLobby: false,
|
returnToLobby: false,
|
||||||
sendNotificationType: undefined,
|
sendNotificationType: "notification",
|
||||||
});
|
});
|
||||||
it("use no-intent-defaults with unknown intent", () => {
|
it("use no-intent-defaults with unknown intent", () => {
|
||||||
expect(getUrlParams()).toMatchObject(noIntentDefaults);
|
expect(getUrlParams()).toMatchObject(noIntentDefaults);
|
||||||
|
|||||||
Reference in New Issue
Block a user