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

13 lines
763 B
TypeScript

export function testAfterTransactionRecursion(_tc: t.TestCase): void;
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 testLoadDocsEvent(_tc: t.TestCase): Promise<void>;
export function testSyncDocsEvent(_tc: t.TestCase): Promise<void>;
import * as t from "lib0/testing";
//# sourceMappingURL=doc.tests.d.ts.map