1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-15 11:01:52 +03:00
Commit Graph

7 Commits

Author SHA1 Message Date
2e73647a85 Fix tests by updating private field names and spies 2021-06-17 15:18:52 +01:00
3e38d92fa4 Fix up some more type defs 2021-06-17 14:49:27 +01:00
02e72d8b04 Fix more type definitions 2021-06-17 14:24:53 +01:00
dc3d05bc88 Test for asserted identity
This is out first CallHandler test(!) Switches react-sdk to use
createCall on the client object so we can stub this out in the test.
Add a bunch more stubs to the test client.

There's more stuff in this test that has scope to be used more
widely, like waiting for a certain dispatch and mocking out rooms
with particular sets of users in them: we could consider moving these
out to test utils if we wanted.
2021-04-23 14:39:39 +01:00
008fdf8dfb Missed some underscores 2021-01-13 15:44:33 +00:00
28fe6291d9 add public/privates & de-underscore 2021-01-13 15:37:49 +00:00
ac7f86cf65 Convert DMRoomMap to typescript 2021-01-13 14:49:23 +00:00