Linting
This commit is contained in:
parent
6a75054e1a
commit
744abd935e
1 changed files with 1 additions and 1 deletions
|
@ -324,7 +324,7 @@ describe("SlidingRoomListStore", () => {
|
|||
joinedCount: joinCount,
|
||||
};
|
||||
});
|
||||
let p = untilEmission(store, LISTS_UPDATE_EVENT);
|
||||
const p = untilEmission(store, LISTS_UPDATE_EVENT);
|
||||
context.slidingSyncManager.slidingSync.emit(SlidingSyncEvent.List, tagId, joinCount, roomIndexToRoomId);
|
||||
await p;
|
||||
expect(store.orderedLists[tagId]).toEqual([roomA, roomC]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue