1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-23 17:02:25 +03:00

Add unit tests

This commit is contained in:
Andy Uhnak
2022-12-12 16:13:21 +00:00
parent 071d5e71e4
commit 11ac3d9e58
2 changed files with 108 additions and 1 deletions

View File

@@ -16,7 +16,8 @@ limitations under the License.
import { ToDeviceMessageId } from "./@types/event";
import { logger } from "./logger";
import { MatrixError, MatrixClient, ClientEvent } from "./matrix";
import { MatrixClient, ClientEvent } from "./client";
import { MatrixError } from "./http-api";
import { IndexedToDeviceBatch, ToDeviceBatch, ToDeviceBatchWithTxnId, ToDevicePayload } from "./models/ToDeviceMessage";
import { MatrixScheduler } from "./scheduler";
import { SyncState } from "./sync";