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