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