mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-05 19:59:20 +00:00
lint
This commit is contained in:
@@ -5,15 +5,13 @@ SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
|
|||||||
Please see LICENSE in the repository root for full details.
|
Please see LICENSE in the repository root for full details.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import { describe, expect, it, vi } from "vitest";
|
import { describe, expect, it } from "vitest";
|
||||||
|
|
||||||
import {
|
import {
|
||||||
getRoomIdentifierFromUrl,
|
getRoomIdentifierFromUrl,
|
||||||
getUrlParams,
|
getUrlParams,
|
||||||
HeaderStyle,
|
HeaderStyle,
|
||||||
UserIntent,
|
|
||||||
} from "../src/UrlParams";
|
} from "../src/UrlParams";
|
||||||
import { platform } from "os";
|
|
||||||
|
|
||||||
const ROOM_NAME = "roomNameHere";
|
const ROOM_NAME = "roomNameHere";
|
||||||
const ROOM_ID = "!d45f138fsd";
|
const ROOM_ID = "!d45f138fsd";
|
||||||
|
|||||||
Reference in New Issue
Block a user