6 lines
362 B
TypeScript
6 lines
362 B
TypeScript
export function testStructReferences(tc: t.TestCase): void;
|
|
export function testPermanentUserData(tc: t.TestCase): Promise<void>;
|
|
export function testDiffStateVectorOfUpdateIsEmpty(tc: t.TestCase): void;
|
|
export function testDiffStateVectorOfUpdateIgnoresSkips(tc: t.TestCase): void;
|
|
import * as t from "lib0/testing";
|
|
//# sourceMappingURL=encoding.tests.d.ts.map
|