This commit is contained in:
Timo
2025-07-24 13:05:32 +02:00
parent d9d99370ff
commit 206bd44a26

View File

@@ -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";