MCPcopy
hub / github.com/jsdoc/jsdoc / describe

Function describe

test/lib/jasmine.js:589–591  ·  view source on GitHub ↗
(description, specDefinitions)

Source from the content-addressed store, hash-verified

587 * @param {Function} specDefinitions function that defines several specs.
588 */
589var describe = function(description, specDefinitions) {
590 return jasmine.getEnv().describe(description, specDefinitions);
591};
592if (isCommonJS){exports.describe = describe;}
593
594/**

Callers 15

arrowfunction.jsFile · 0.85
typetaginline.jsFile · 0.85
const.jsFile · 0.85
asyncfunction.jsFile · 0.85
specialchars.jsFile · 0.85
inner.jsFile · 0.85
restparams.jsFile · 0.85
emptycomments.jsFile · 0.85
objectkeys.jsFile · 0.85
lends.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…