Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import
{ assert, describe, test } from
"@rezi-ui/testkit"
;
2
import
type
{ EditAction, EditResult } from
"../codeEditor.js"
;
3
import
{
4
MAX_UNDO_STACK,
Callers
nothing calls this directly
Calls
15
describe
Function · 0.90
insertText
Function · 0.85
assertEdit
Function · 0.85
sel
Function · 0.85
deleteRange
Function · 0.85
deleteCharBefore
Function · 0.85
deleteCharAfter
Function · 0.85
computeAutoIndent
Function · 0.85
indentLines
Function · 0.85
dedentLines
Function · 0.85
action
Function · 0.85
undo
Method · 0.80
Tested by
no test coverage detected