We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent def282c commit 64d4725Copy full SHA for 64d4725
packages/app/src/app/overmind/effects/live/clients.test.ts
@@ -20,7 +20,9 @@ describe('OTClient', () => {
20
// (1) resolves. Resolved because of Phoenix
21
// (2) resolves. Resolved because of server reconnect
22
23
+ client.applyClient(op);
24
await client.sendOperation(0, op);
- await client.sendOperation(0, op);
25
+
26
+ expect(client.revision).toBe(1);
27
});
28
0 commit comments