From d1f0cbea27fa99ced76121296ba8da84a98f552b Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Thu, 4 Jul 2024 14:04:48 +0100 Subject: [PATCH] Iterate Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- test/app-tests/server-config-test.ts | 2 -- test/app-tests/wrapper-test.tsx | 2 -- 2 files changed, 4 deletions(-) diff --git a/test/app-tests/server-config-test.ts b/test/app-tests/server-config-test.ts index f16c135c3..32e92de78 100644 --- a/test/app-tests/server-config-test.ts +++ b/test/app-tests/server-config-test.ts @@ -21,8 +21,6 @@ import fetchMock from "fetch-mock-jest"; import { loadApp } from "../../src/vector/app"; import WebPlatform from "../../src/vector/platform/WebPlatform"; -jest.mock("matrix-react-sdk/src/audio/compat"); - /** The matrix versions our mock server claims to support */ const SERVER_SUPPORTED_MATRIX_VERSIONS = ["v1.1", "v1.5", "v1.6", "v1.8", "v1.9"]; diff --git a/test/app-tests/wrapper-test.tsx b/test/app-tests/wrapper-test.tsx index 1c088e060..a2dbe6cf7 100644 --- a/test/app-tests/wrapper-test.tsx +++ b/test/app-tests/wrapper-test.tsx @@ -28,8 +28,6 @@ import WebPlatform from "../../src/vector/platform/WebPlatform"; import { loadApp } from "../../src/vector/app"; import { waitForLoadingSpinner, waitForWelcomeComponent } from "../test-utils"; -jest.mock("matrix-react-sdk/src/audio/compat"); - /** The matrix versions our mock server claims to support */ const SERVER_SUPPORTED_MATRIX_VERSIONS = ["v1.1", "v1.5", "v1.6", "v1.8", "v1.9"];