From 206bd44a2694965f5e3e9f95e95a6ab7ce107167 Mon Sep 17 00:00:00 2001 From: Timo Date: Thu, 24 Jul 2025 13:05:32 +0200 Subject: [PATCH] lint --- src/UrlParams.test.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/UrlParams.test.ts b/src/UrlParams.test.ts index c0fe5241..87d31f93 100644 --- a/src/UrlParams.test.ts +++ b/src/UrlParams.test.ts @@ -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. */ -import { describe, expect, it, vi } from "vitest"; +import { describe, expect, it } from "vitest"; import { getRoomIdentifierFromUrl, getUrlParams, HeaderStyle, - UserIntent, } from "../src/UrlParams"; -import { platform } from "os"; const ROOM_NAME = "roomNameHere"; const ROOM_ID = "!d45f138fsd";