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

11 lines
574 B
TypeScript

export function testOriginInTransaction(_tc: t.TestCase): void;
export function testClientIdDuplicateChange(tc: t.TestCase): void;
export function testGetTypeEmptyId(tc: t.TestCase): void;
export function testToJSON(tc: t.TestCase): void;
export function testSubdoc(tc: t.TestCase): void;
export function testSubdocLoadEdgeCases(tc: t.TestCase): void;
export function testSubdocLoadEdgeCasesAutoload(tc: t.TestCase): void;
export function testSubdocsUndo(tc: t.TestCase): void;
export function testLoadDocs(tc: t.TestCase): Promise<void>;
import * as t from "lib0/testing";