You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-31 13:44:28 +03:00
Fix more tests
This commit is contained in:
@ -84,13 +84,8 @@ describe('MemberEventListSummary', function() {
|
||||
return eventsForUsers;
|
||||
};
|
||||
|
||||
beforeEach(function(done) {
|
||||
beforeEach(function() {
|
||||
testUtils.stubClient();
|
||||
|
||||
languageHandler.setLanguage('en').then(done);
|
||||
languageHandler.setMissingEntryGenerator(function(key) {
|
||||
return key.split('|', 2)[1];
|
||||
});
|
||||
});
|
||||
|
||||
it('renders expanded events if there are less than props.threshold', function() {
|
||||
|
Reference in New Issue
Block a user