1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-30 02:21:17 +03:00

Fix imports for tests

This doesn't fix the fact that someone called it "peg".
This commit is contained in:
Travis Ralston
2020-01-09 17:23:27 -07:00
parent 4dfbce3108
commit 54f3288dea
5 changed files with 6 additions and 7 deletions

View File

@ -21,7 +21,7 @@ import { configure, mount } from "enzyme";
import sdk from "../../../skinned-sdk";
import {mkEvent, mkStubRoom} from "../../../test-utils";
import MatrixClientPeg from "../../../../src/MatrixClientPeg";
import {MatrixClientPeg} from "../../../../src/MatrixClientPeg";
import * as languageHandler from "../../../../src/languageHandler";
const TextualBody = sdk.getComponent("views.messages.TextualBody");