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

6 lines
318 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";