Step 11: Update i18n & code cleanup
This commit is contained in:
parent
7aeb2c3cde
commit
ea6e6429ee
4 changed files with 15 additions and 11 deletions
|
@ -19,8 +19,12 @@ import { mount } from "enzyme";
|
|||
import { act } from "react-dom/test-utils";
|
||||
import { mocked } from "jest-mock";
|
||||
|
||||
import { stubClient, mkStubRoom, wrapInMatrixClientContext } from "../../../test-utils";
|
||||
import { stubVoiceChannelStore } from "../../../test-utils/voice";
|
||||
import {
|
||||
stubClient,
|
||||
mkStubRoom,
|
||||
wrapInMatrixClientContext,
|
||||
stubVoiceChannelStore,
|
||||
} from "../../../test-utils";
|
||||
import _VoiceChannelRadio from "../../../../src/components/views/voip/VoiceChannelRadio";
|
||||
import VoiceChannelStore from "../../../../src/stores/VoiceChannelStore";
|
||||
import DMRoomMap from "../../../../src/utils/DMRoomMap";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue