Move aggregation code to dedicated function
This commit is contained in:
parent
484549e50b
commit
5dd1512ff2
2 changed files with 44 additions and 37 deletions
|
@ -6,7 +6,7 @@ const sdk = require('matrix-react-sdk');
|
|||
const MemberEventListSummary = sdk.getComponent('views.elements.MemberEventListSummary');
|
||||
|
||||
const testUtils = require('../../../test-utils');
|
||||
describe('MemberEventListSummary', function() {
|
||||
describe.only('MemberEventListSummary', function() {
|
||||
let sandbox;
|
||||
let parentDiv;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue