Skip to content

Commit d1f0cbe

Browse files
committed
Iterate
Signed-off-by: Michael Telatynski <[email protected]>
1 parent e80ab73 commit d1f0cbe

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

test/app-tests/server-config-test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ import fetchMock from "fetch-mock-jest";
2121
import { loadApp } from "../../src/vector/app";
2222
import WebPlatform from "../../src/vector/platform/WebPlatform";
2323

24-
jest.mock("matrix-react-sdk/src/audio/compat");
25-
2624
/** The matrix versions our mock server claims to support */
2725
const SERVER_SUPPORTED_MATRIX_VERSIONS = ["v1.1", "v1.5", "v1.6", "v1.8", "v1.9"];
2826

test/app-tests/wrapper-test.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ import WebPlatform from "../../src/vector/platform/WebPlatform";
2828
import { loadApp } from "../../src/vector/app";
2929
import { waitForLoadingSpinner, waitForWelcomeComponent } from "../test-utils";
3030

31-
jest.mock("matrix-react-sdk/src/audio/compat");
32-
3331
/** The matrix versions our mock server claims to support */
3432
const SERVER_SUPPORTED_MATRIX_VERSIONS = ["v1.1", "v1.5", "v1.6", "v1.8", "v1.9"];
3533

0 commit comments

Comments
 (0)