Move functions around, remove redundancies, add docs
This commit is contained in:
parent
9574a0b663
commit
3ba9f50873
2 changed files with 81 additions and 80 deletions
|
@ -6,7 +6,7 @@ const sdk = require('matrix-react-sdk');
|
|||
const MemberEventListSummary = sdk.getComponent('views.elements.MemberEventListSummary');
|
||||
|
||||
const testUtils = require('../../../test-utils');
|
||||
describe.only('MemberEventListSummary', function() {
|
||||
describe('MemberEventListSummary', function() {
|
||||
let sandbox;
|
||||
let parentDiv;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue