11 lines
574 B
TypeScript
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";
|