MCPcopy Create free account
hub / github.com/microsoft/vscode-cpptools / skip

Function skip

Extension/test/common/internal.ts:15–15  ·  view source on GitHub ↗
(title: string, test: AsyncFunc | Func)

Source from the content-addressed store, hash-verified

13 return {it};
14 } else {
15 const skip = (title: string, test: AsyncFunc | Func) => it.skip(`Dynamically skipping test: <<${title}>> - prerequisite not met.`, test);
16 return {it:skip as Mocha.TestFunction};
17 }
18}

Callers

nothing calls this directly

Calls 1

skipMethod · 0.80

Tested by

no test coverage detected