1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-26 17:03:12 +03:00
This commit is contained in:
Kegan Dougal
2022-11-01 11:08:47 +00:00
parent 81681f4090
commit 7ddd198df8
2 changed files with 3 additions and 4 deletions

View File

@@ -1260,7 +1260,6 @@ describe("SlidingSync", () => {
await httpBackend!.flushAllExpected(); await httpBackend!.flushAllExpected();
slidingSync.stop(); slidingSync.stop();
}); });
}); });
describe("extensions", () => { describe("extensions", () => {