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
Appease the linter again
This commit is contained in:
@ -37,7 +37,7 @@ describe('MemberList', () => {
|
|||||||
let moderatorUsers = [];
|
let moderatorUsers = [];
|
||||||
let defaultUsers = [];
|
let defaultUsers = [];
|
||||||
|
|
||||||
beforeEach(function (){
|
beforeEach(function() {
|
||||||
TestUtils.beforeEach(this);
|
TestUtils.beforeEach(this);
|
||||||
sandbox = TestUtils.stubClient(sandbox);
|
sandbox = TestUtils.stubClient(sandbox);
|
||||||
client = MatrixClientPeg.get();
|
client = MatrixClientPeg.get();
|
||||||
|
Reference in New Issue
Block a user