This commit is contained in:
Hugh Nimmo-Smith
2024-12-06 16:56:59 +00:00
parent 4a0926fe9d
commit 9da1c83847
2 changed files with 2 additions and 2 deletions

View File

@@ -10,6 +10,7 @@ import { expect, test } from "vitest";
import { TooltipProvider } from "@vector-im/compound-web";
import { userEvent } from "@testing-library/user-event";
import { ReactNode } from "react";
import { MatrixRTCSession } from "matrix-js-sdk/src/matrixrtc";
import {
MockRoom,
@@ -18,7 +19,6 @@ import {
} from "../utils/testReactions";
import { ReactionToggleButton } from "./ReactionToggleButton";
import { ElementCallReactionEventType } from "../reactions";
import { MatrixRTCSession } from "matrix-js-sdk/src/matrixrtc";
const memberUserIdAlice = "@alice:example.org";
const memberEventAlice = "$membership-alice:example.org";

View File

@@ -18,6 +18,7 @@ import {
import { TooltipProvider } from "@vector-im/compound-web";
import { act, ReactNode } from "react";
import { afterEach } from "node:test";
import { MatrixRTCSession } from "matrix-js-sdk/src/matrixrtc";
import {
MockRoom,
@@ -31,7 +32,6 @@ import {
} from "../settings/settings";
import { prefetchSounds, useAudioContext } from "../useAudioContext";
import { GenericReaction, ReactionSet } from "../reactions";
import { MatrixRTCSession } from "matrix-js-sdk/src/matrixrtc";
const memberUserIdAlice = "@alice:example.org";
const memberUserIdBob = "@bob:example.org";