MCPcopy
hub / github.com/VSCodeVim/Vim / newJumpTest

Function newJumpTest

test/jumpTracker.test.ts:10–15  ·  view source on GitHub ↗
(options: ITestObject | Omit<ITestObject, 'title'>)

Source from the content-addressed store, hash-verified

8
9suite('Record and navigate jumps', () => {
10 const newJumpTest = (options: ITestObject | Omit<ITestObject, 'title'>) => {
11 return newTest({
12 title: `Can track jumps for keys: ${options.keysPressed.replace(/\n/g, '<CR>')}`,
13 ...options,
14 });
15 };
16
17 const newJumpTestSkipOnWindows = (options: ITestObject | Omit<ITestObject, 'title'>) => {
18 return newTestSkip(

Callers 1

Calls 2

newTestFunction · 0.90
replaceMethod · 0.45

Tested by

no test coverage detected