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

23 lines
1.3 KiB
TypeScript

export function testInfiniteCaptureTimeout(tc: t.TestCase): void;
export function testUndoText(tc: t.TestCase): void;
export function testEmptyTypeScope(_tc: t.TestCase): void;
export function testDoubleUndo(_tc: t.TestCase): void;
export function testUndoMap(tc: t.TestCase): void;
export function testUndoArray(tc: t.TestCase): void;
export function testUndoXml(tc: t.TestCase): void;
export function testUndoEvents(tc: t.TestCase): void;
export function testTrackClass(tc: t.TestCase): void;
export function testTypeScope(tc: t.TestCase): void;
export function testUndoInEmbed(tc: t.TestCase): void;
export function testUndoDeleteFilter(tc: t.TestCase): void;
export function testUndoUntilChangePerformed(_tc: t.TestCase): void;
export function testUndoNestedUndoIssue(_tc: t.TestCase): void;
export function testConsecutiveRedoBug(_tc: t.TestCase): void;
export function testUndoXmlBug(_tc: t.TestCase): void;
export function testUndoBlockBug(_tc: t.TestCase): void;
export function testUndoDeleteTextFormat(_tc: t.TestCase): void;
export function testBehaviorOfIgnoreremotemapchangesProperty(_tc: t.TestCase): void;
export function testSpecialDeletionCase(_tc: t.TestCase): void;
export function testUndoDeleteInMap(tc: t.TestCase): void;
import * as t from "lib0/testing";
//# sourceMappingURL=undo-redo.tests.d.ts.map