1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-08-09 08:42:50 +03:00

Merge pull request #6132 from matrix-org/travis/ts-mtxcli

Adapt for js-sdk MatrixClient conversion to TS
This commit is contained in:
Travis Ralston
2021-06-04 00:07:22 -06:00
committed by GitHub
16 changed files with 39 additions and 33 deletions

View File

@@ -90,7 +90,7 @@ export function createTestClient() {
}),
// Used by various internal bits we aren't concerned with (yet)
_sessionStore: {
sessionStore: {
store: {
getItem: jest.fn(),
},