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

11 lines
521 B
TypeScript

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";