You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-31 13:44:28 +03:00
Improve quality of Typescript types (#10742)
This commit is contained in:
committed by
GitHub
parent
542bf68c63
commit
a4f0b80692
@ -76,8 +76,7 @@ describe("<ForgotPassword>", () => {
|
||||
client = stubClient();
|
||||
mocked(createClient).mockReturnValue(client);
|
||||
|
||||
serverConfig = new ValidatedServerConfig();
|
||||
serverConfig.hsName = "example.com";
|
||||
serverConfig = { hsName: "example.com" } as ValidatedServerConfig;
|
||||
|
||||
onComplete = jest.fn();
|
||||
onLoginClick = jest.fn();
|
||||
|
Reference in New Issue
Block a user