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

12 lines
610 B
TypeScript

export function testCustomTypings(): void;
export function testSetProperty(tc: t.TestCase): void;
export function testHasProperty(tc: t.TestCase): void;
export function testEvents(tc: t.TestCase): void;
export function testTreewalker(tc: t.TestCase): void;
export function testYtextAttributes(_tc: t.TestCase): void;
export function testSiblings(_tc: t.TestCase): void;
export function testInsertafter(_tc: t.TestCase): void;
export function testClone(_tc: t.TestCase): void;
export function testFormattingBug(_tc: t.TestCase): void;
import * as t from "lib0/testing";
//# sourceMappingURL=y-xml.tests.d.ts.map