From ecfb23df5ec95fd9a56e61ac95ecfef6113b22ef Mon Sep 17 00:00:00 2001 From: Catalan Lover Date: Mon, 4 May 2026 18:13:40 +0200 Subject: [PATCH] Fix Unit tests --- apps/draupnir/test/unit/zeroTouchDeploymentSelfLoginTest.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/draupnir/test/unit/zeroTouchDeploymentSelfLoginTest.ts b/apps/draupnir/test/unit/zeroTouchDeploymentSelfLoginTest.ts index adf8de31..2825e765 100644 --- a/apps/draupnir/test/unit/zeroTouchDeploymentSelfLoginTest.ts +++ b/apps/draupnir/test/unit/zeroTouchDeploymentSelfLoginTest.ts @@ -3,7 +3,6 @@ // SPDX-License-Identifier: Apache-2.0 import expect from "expect"; -import { describe, it } from "mocha"; import type { IStorageProvider } from "@vector-im/matrix-bot-sdk"; import type { IConfig } from "../../src/config"; import { getZeroTouchDeploymentAccessToken } from "../../src/zeroTouchDeploymentSelfLogin";