You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-28 15:22:05 +03:00
26 test failures to go :D
This commit is contained in:
@ -58,7 +58,7 @@ describe('Registration', function() {
|
||||
});
|
||||
|
||||
it('should show form when custom URLs disabled', function() {
|
||||
jest.spyOn(SdkConfig, "get").returns({
|
||||
jest.spyOn(SdkConfig, "get").mockReturnValue({
|
||||
disable_custom_urls: true,
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user