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

22 lines
1.2 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;
import * as t from "lib0/testing";