Improve quality of Typescript types (#10742)
This commit is contained in:
parent
542bf68c63
commit
a4f0b80692
30 changed files with 74 additions and 75 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue