mirror of
https://github.com/vector-im/element-web.git
synced 2025-12-13 21:31:32 +01:00
Iterate
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
e80ab738ce
commit
d1f0cbea27
@ -21,8 +21,6 @@ import fetchMock from "fetch-mock-jest";
|
|||||||
import { loadApp } from "../../src/vector/app";
|
import { loadApp } from "../../src/vector/app";
|
||||||
import WebPlatform from "../../src/vector/platform/WebPlatform";
|
import WebPlatform from "../../src/vector/platform/WebPlatform";
|
||||||
|
|
||||||
jest.mock("matrix-react-sdk/src/audio/compat");
|
|
||||||
|
|
||||||
/** The matrix versions our mock server claims to support */
|
/** The matrix versions our mock server claims to support */
|
||||||
const SERVER_SUPPORTED_MATRIX_VERSIONS = ["v1.1", "v1.5", "v1.6", "v1.8", "v1.9"];
|
const SERVER_SUPPORTED_MATRIX_VERSIONS = ["v1.1", "v1.5", "v1.6", "v1.8", "v1.9"];
|
||||||
|
|
||||||
|
|||||||
@ -28,8 +28,6 @@ import WebPlatform from "../../src/vector/platform/WebPlatform";
|
|||||||
import { loadApp } from "../../src/vector/app";
|
import { loadApp } from "../../src/vector/app";
|
||||||
import { waitForLoadingSpinner, waitForWelcomeComponent } from "../test-utils";
|
import { waitForLoadingSpinner, waitForWelcomeComponent } from "../test-utils";
|
||||||
|
|
||||||
jest.mock("matrix-react-sdk/src/audio/compat");
|
|
||||||
|
|
||||||
/** The matrix versions our mock server claims to support */
|
/** The matrix versions our mock server claims to support */
|
||||||
const SERVER_SUPPORTED_MATRIX_VERSIONS = ["v1.1", "v1.5", "v1.6", "v1.8", "v1.9"];
|
const SERVER_SUPPORTED_MATRIX_VERSIONS = ["v1.1", "v1.5", "v1.6", "v1.8", "v1.9"];
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user