File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,11 @@ See the License for the specific language governing permissions and
14
14
limitations under the License.
15
15
*/
16
16
17
+ import { Mocked } from "jest-mock" ;
18
+
17
19
import { makeMockEvent , membershipTemplate , mockCallMembership } from "./mocks" ;
18
- import { ClientEvent , EventType , MatrixClient } from "../../../src" ;
20
+ import { ClientEvent , EventType , type MatrixClient } from "../../../src" ;
19
21
import { ToDeviceKeyTransport } from "../../../src/matrixrtc/ToDeviceKeyTransport.ts" ;
20
- import { Mocked } from "jest-mock" ;
21
22
import { getMockClientWithEventEmitter } from "../../test-utils/client.ts" ;
22
23
import { Statistics } from "../../../src/matrixrtc" ;
23
24
import { KeyTransportEvents } from "../../../src/matrixrtc/IKeyTransport.ts" ;
You can’t perform that action at this time.
0 commit comments