MCPcopy
hub / github.com/jsdoc/jsdoc / xdescribe

Function xdescribe

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

Source from the content-addressed store, hash-verified

598 * @param {Function} specDefinitions function that defines several specs.
599 */
600var xdescribe = function(description, specDefinitions) {
601 return jasmine.getEnv().xdescribe(description, specDefinitions);
602};
603if (isCommonJS){exports.xdescribe = xdescribe;}
604
605// Provide the XMLHttpRequest class for IE 5.x-6.x:

Callers 11

augment.jsFile · 0.85
plugins.jsFile · 0.85
template.jsFile · 0.85
borrow.jsFile · 0.85
name.jsFile · 0.85
walker.jsFile · 0.85
visitor.jsFile · 0.85
handlers.jsFile · 0.85
parser.jsFile · 0.85
templateHelper.jsFile · 0.85
filetag.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…