Stabilise types

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2024-12-06 16:35:11 +00:00
parent 830aebd258
commit f8ece0b57c
No known key found for this signature in database
GPG key ID: A2B008A5F49F5D0D
14 changed files with 77 additions and 87 deletions

View file

@ -35,7 +35,7 @@ describe("SetIntegrationManager", () => {
deleteThreePid: jest.fn(),
});
let stores: SdkContextClass;
let stores!: SdkContextClass;
const getComponent = () => (
<MatrixClientContext.Provider value={mockClient}>