You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-26 17:03:12 +03:00
Linting
This commit is contained in:
@@ -81,7 +81,8 @@ describe("MatrixClient", function() {
|
||||
accessToken: "my.access.token",
|
||||
request: function() {}, // NOP
|
||||
store: store,
|
||||
scheduler: scheduler
|
||||
scheduler: scheduler,
|
||||
userId: userId
|
||||
});
|
||||
// FIXME: We shouldn't be yanking _http like this.
|
||||
client._http = jasmine.createSpyObj("httpApi", [
|
||||
|
||||
Reference in New Issue
Block a user