| 1 | import assert from 'assert'; |
| 2 | import { Position, Selection, TextDocument, window, workspace } from 'vscode'; |
| 3 | import { failedMovement } from '../../src/actions/baseMotion'; |
| 4 | import { BaseMarkMovement, MarkMovement, MarkMovementBOL } from '../../src/actions/motion'; |
nothing calls this directly
no test coverage detected