MCPcopy Create free account
hub / github.com/RtlZeroMemory/Rezi / codeEditor.editing.test.ts

File codeEditor.editing.test.ts

packages/core/src/widgets/__tests__/codeEditor.editing.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { assert, describe, test } from "@rezi-ui/testkit";
2import type { EditAction, EditResult } from "../codeEditor.js";
3import {
4 MAX_UNDO_STACK,

Callers

nothing calls this directly

Calls 15

describeFunction · 0.90
insertTextFunction · 0.85
assertEditFunction · 0.85
selFunction · 0.85
deleteRangeFunction · 0.85
deleteCharBeforeFunction · 0.85
deleteCharAfterFunction · 0.85
computeAutoIndentFunction · 0.85
indentLinesFunction · 0.85
dedentLinesFunction · 0.85
actionFunction · 0.85
undoMethod · 0.80

Tested by

no test coverage detected