Skip to content

Commit

Permalink
Iterate
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
  • Loading branch information
t3chguy committed Jul 4, 2024
1 parent e80ab73 commit d1f0cbe
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions test/app-tests/server-config-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"];

Expand Down
2 changes: 0 additions & 2 deletions test/app-tests/wrapper-test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"];

Expand Down

0 comments on commit d1f0cbe

Please sign in to comment.