Prettier and strict
This commit is contained in:
parent
7c2dd7224f
commit
4db1928bcd
2 changed files with 15 additions and 21 deletions
|
@ -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 () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue