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
1414limitations under the License.
1515*/
1616
17+ import { Mocked } from "jest-mock" ;
18+
1719import { makeMockEvent , membershipTemplate , mockCallMembership } from "./mocks" ;
18- import { ClientEvent , EventType , MatrixClient } from "../../../src" ;
20+ import { ClientEvent , EventType , type MatrixClient } from "../../../src" ;
1921import { ToDeviceKeyTransport } from "../../../src/matrixrtc/ToDeviceKeyTransport.ts" ;
20- import { Mocked } from "jest-mock" ;
2122import { getMockClientWithEventEmitter } from "../../test-utils/client.ts" ;
2223import { Statistics } from "../../../src/matrixrtc" ;
2324import { KeyTransportEvents } from "../../../src/matrixrtc/IKeyTransport.ts" ;
You can’t perform that action at this time.
0 commit comments