yjs/dist/tests/snapshot.tests.d.ts
jsingleton20 100e051c5d wham
2023-01-30 15:11:09 -05:00

10 lines
532 B
TypeScript

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";