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

Function newTest

test/testSimplifier.ts:55–55  ·  view source on GitHub ↗
(testObj: ITestObject)

Source from the content-addressed store, hash-verified

53}
54
55export const newTest = (testObj: ITestObject) => newTestGeneric(testObj, test, testIt);
56
57export const newTestOnly = (testObj: ITestObject) => {
58 console.warn('!!! Running single test !!!');

Callers 15

newJumpTestFunction · 0.90
marks.test.tsFile · 0.90
macro.test.tsFile · 0.90
modeVisual.test.tsFile · 0.90
modeNormal.test.tsFile · 0.90
modeInsert.test.tsFile · 0.90

Calls 1

newTestGenericFunction · 0.85

Tested by 1

newJumpTestFunction · 0.72