Initial jest stuff. Blocked on Babel 7
This commit is contained in:
@@ -38,7 +38,6 @@ describe('MemberList', () => {
|
||||
let defaultUsers = [];
|
||||
|
||||
beforeEach(function() {
|
||||
TestUtils.beforeEach(this);
|
||||
sandbox = TestUtils.stubClient(sandbox);
|
||||
client = MatrixClientPeg.get();
|
||||
client.hasLazyLoadMembersEnabled = () => false;
|
||||
|
||||
Reference in New Issue
Block a user