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

Function docs

Bunoshfile.js:18–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16 * Generate all documentation (helpers, plugins and external helpers in parallel).
17 */
18export async function docs() {
19 task.stopOnFailures()
20 await Promise.all([docsHelpers(), docsPlugins(), docsExternalHelpers()])
21}
22
23/**
24 * Build lib with docs, regenerate plugin/external docs and TypeScript definitions.

Callers 1

releaseFunction · 0.70

Calls 3

docsHelpersFunction · 0.70
docsPluginsFunction · 0.70
docsExternalHelpersFunction · 0.70

Tested by

no test coverage detected