Skip to content
This repository was archived by the owner on Oct 22, 2024. It is now read-only.

Commit da7a005

Browse files
committed
Don't need this anymore either
1 parent dd37f78 commit da7a005

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/MatrixClientPeg-test.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ Please see LICENSE files in the repository root for full details.
88

99
import * as MatrixJs from "matrix-js-sdk/src/matrix";
1010
import { logger } from "matrix-js-sdk/src/logger";
11-
import fetchMockJest from "fetch-mock-jest";
1211

1312
import { advanceDateAndTime, stubClient } from "./test-utils";
1413
import { IMatrixClientPeg, MatrixClientPeg as peg } from "../src/MatrixClientPeg";
@@ -75,8 +74,6 @@ describe("MatrixClientPeg", () => {
7574
beforeEach(() => {
7675
// instantiate a MatrixClientPegClass instance, with a new MatrixClient
7776
testPeg = new PegClass();
78-
fetchMockJest.get("http://example.com/_matrix/client/versions", {});
79-
fetchMockJest.get("http://example.com/_matrix/client/v3/pushrules", {});
8077
testPeg.replaceUsingCreds({
8178
accessToken: "SEKRET",
8279
homeserverUrl: "http://example.com",

0 commit comments

Comments
 (0)