Skip to content

Commit c2ff4ea

Browse files
committed
Removed only
1 parent 2b7487c commit c2ff4ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/database/test/syncpoint.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import { SyncPointTestParser } from './helpers/syncpoint-util';
1919
import syncPointSpecs from './helpers/syncPointSpec.json';
2020

2121
// TODO: We should eventually split this up into separate tests
22-
describe.only('Syncpoint Tests', () => {
22+
describe('Syncpoint Tests', () => {
2323
const util = new SyncPointTestParser();
2424
for (let i = 0; i < syncPointSpecs.length; i++) {
2525
const spec = syncPointSpecs[i];

0 commit comments

Comments
 (0)