MCPcopy Index your code
hub / github.com/codeceptjs/CodeceptJS / skipped

Function skipped

lib/output.js:212–217  ·  view source on GitHub ↗

* @param {Mocha.Test} test

(test)

Source from the content-addressed store, hash-verified

210 * @param {Mocha.Test} test
211 */
212 skipped(test) {
213 // Only show feature name in workers mode (when outputProcess is set)
214 const featureName = outputProcess && test.parent?.title ? `${colors.gray(test.parent.title)} › ` : ''
215 const scenarioName = colors.bold(test.title)
216 print(` ${colors.yellow.bold('S')} ${featureName}${scenarioName}`)
217 },
218 },
219
220 /** @namespace */

Callers

nothing calls this directly

Calls 1

printFunction · 0.70

Tested by

no test coverage detected