MCPcopy
hub / github.com/VSCodeVim/Vim / markMovement.test.ts

File markMovement.test.ts

test/actions/markMovement.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import assert from 'assert';
2import { Position, Selection, TextDocument, window, workspace } from 'vscode';
3import { failedMovement } from '../../src/actions/baseMotion';
4import { BaseMarkMovement, MarkMovement, MarkMovementBOL } from '../../src/actions/motion';

Callers

nothing calls this directly

Calls 4

setupWorkspaceFunction · 0.90
newMarkTestsFunction · 0.85
loadMethod · 0.45
execActionMethod · 0.45

Tested by

no test coverage detected