You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-30 02:21:17 +03:00
Conform more of the codebase to strictNullChecks
(#11100)
This commit is contained in:
committed by
GitHub
parent
328db8fdfd
commit
7b3a4e556a
@ -66,7 +66,7 @@ describe("DeviceSettingsHandler", () => {
|
||||
|
||||
afterEach(() => {
|
||||
MatrixClientPeg.get = () => null;
|
||||
MatrixClientPeg.safeGet = () => null;
|
||||
MatrixClientPeg.safeGet = () => new MatrixClient({ baseUrl: "foobar" });
|
||||
});
|
||||
|
||||
it("Returns the value for a disabled feature", () => {
|
||||
|
Reference in New Issue
Block a user