MCPcopy Create free account
hub / github.com/QodeXcli/QodeX / editor-logic.test.ts

File editor-logic.test.ts

test/editor-logic.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, it, expect } from 'vitest';
2import {
3 wordLeft, wordRight, deleteWordLeft, insertAt, backspace,
4 deleteRange, replaceRange,

Callers

nothing calls this directly

Calls 12

wordLeftFunction · 0.85
wordRightFunction · 0.85
deleteWordLeftFunction · 0.85
insertAtFunction · 0.85
backspaceFunction · 0.85
deleteRangeFunction · 0.85
replaceRangeFunction · 0.85
isPasteBurstFunction · 0.85
countLinesFunction · 0.85
pasteLabelFunction · 0.85
removeAttachmentAtFunction · 0.85
renumberImageLabelsFunction · 0.85

Tested by

no test coverage detected