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

Function newTestWithRemaps

test/testSimplifier.ts:65–66  ·  view source on GitHub ↗
(testObj: ITestWithRemapsObject)

Source from the content-addressed store, hash-verified

63 newTestGeneric(testObj, skipCondition ? test.skip : test, testIt);
64
65export const newTestWithRemaps = (testObj: ITestWithRemapsObject) =>
66 newTestGeneric(testObj, test, testItWithRemaps);
67export const newTestWithRemapsOnly = (testObj: ITestWithRemapsObject) => {
68 console.warn('!!! Running single test !!!');
69 return newTestGeneric(testObj, test.only, testItWithRemaps);

Callers 2

macro.test.tsFile · 0.90
remaps.test.tsFile · 0.90

Calls 1

newTestGenericFunction · 0.85

Tested by

no test coverage detected