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

Function newTestWithRemapsSkip

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

Source from the content-addressed store, hash-verified

69 return newTestGeneric(testObj, test.only, testItWithRemaps);
70};
71export const newTestWithRemapsSkip = (testObj: ITestWithRemapsObject) =>
72 newTestGeneric(testObj, test.skip, testItWithRemaps);
73
74interface ITestObject {
75 title: string;

Callers 1

remaps.test.tsFile · 0.90

Calls 1

newTestGenericFunction · 0.85

Tested by

no test coverage detected