yjs/dist/tests/snapshot.tests.d.ts
jsingleton20 4f2affd4cd again
2023-05-09 13:36:33 -04:00

11 lines
625 B
TypeScript

export function testBasic(tc: t.TestCase): void;
export function testBasicRestoreSnapshot(tc: t.TestCase): void;
export function testEmptyRestoreSnapshot(tc: t.TestCase): void;
export function testRestoreSnapshotWithSubType(tc: t.TestCase): void;
export function testRestoreDeletedItem1(tc: t.TestCase): void;
export function testRestoreLeftItem(tc: t.TestCase): void;
export function testDeletedItemsBase(tc: t.TestCase): void;
export function testDeletedItems2(tc: t.TestCase): void;
export function testDependentChanges(tc: t.TestCase): void;
import * as t from "lib0/testing";
//# sourceMappingURL=snapshot.tests.d.ts.map