We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35f3b20 commit 888a98dCopy full SHA for 888a98d
packages/database/test/syncpoint.test.ts
@@ -19,15 +19,10 @@ import { SyncPointTestParser } from './helpers/syncpoint-util';
19
import syncPointSpecs from './helpers/syncPointSpec.json';
20
21
// TODO: We should eventually split this up into separate tests
22
-describe.only('Syncpoint Tests', () => {
+describe('Syncpoint Tests', () => {
23
const util = new SyncPointTestParser();
24
for (let i = 0; i < syncPointSpecs.length; i++) {
25
const spec = syncPointSpecs[i];
26
- // if (
27
- // spec.name ===
28
- // 'Update (via set) the child of a co-located default listener and query'
29
- // ) {
30
util.defineTest(spec);
31
- // }
32
}
33
});
0 commit comments