Remove unused function/file (#9863)
This commit is contained in:
parent
ab9152044c
commit
fb761c70d5
3 changed files with 0 additions and 36 deletions
|
@ -35,10 +35,6 @@ import { flushPromises, stubClient } from "../../test-utils";
|
|||
import { createTestPlayback } from "../../test-utils/audio";
|
||||
import { mkVoiceBroadcastChunkEvent, mkVoiceBroadcastInfoStateEvent } from "../utils/test-utils";
|
||||
|
||||
jest.mock("../../../src/events/getReferenceRelationsForEvent", () => ({
|
||||
getReferenceRelationsForEvent: jest.fn(),
|
||||
}));
|
||||
|
||||
jest.mock("../../../src/utils/MediaEventHelper", () => ({
|
||||
MediaEventHelper: jest.fn(),
|
||||
}));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue