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 2b7487c commit c2ff4eaCopy full SHA for c2ff4ea
packages/database/test/syncpoint.test.ts
@@ -19,7 +19,7 @@ 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];
0 commit comments