Deduplicate and cancel unneeded retry requests
This commit is contained in:
parent
d1f130e542
commit
b68e731950
22 changed files with 473 additions and 161 deletions
|
@ -33,7 +33,7 @@ describe('sendSync', function (this: Mocha.Suite) {
|
|||
await bootstrap.teardown();
|
||||
});
|
||||
|
||||
it('processes a synd sync in a group', async () => {
|
||||
it('processes a send sync in a group', async () => {
|
||||
const { contacts, desktop, phone } = bootstrap;
|
||||
|
||||
const window = await app.getWindow();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue