You've already forked element-web
mirror of
https://github.com/element-hq/element-web.git
synced 2025-12-01 09:58:03 +03:00
Prettier and strict
This commit is contained in:
@@ -113,10 +113,10 @@ describe("SlidingSyncManager", () => {
|
||||
);
|
||||
return;
|
||||
}
|
||||
expect(slidingSync.setListRanges).toBeCalledWith(
|
||||
SlidingSyncManager.ListSearch,
|
||||
[[0, batchSize - 1], range],
|
||||
);
|
||||
expect(slidingSync.setListRanges).toBeCalledWith(SlidingSyncManager.ListSearch, [
|
||||
[0, batchSize - 1],
|
||||
range,
|
||||
]);
|
||||
});
|
||||
});
|
||||
it("handles accounts with zero rooms", async () => {
|
||||
|
||||
Reference in New Issue
Block a user