MCPcopy
hub / github.com/jsdoc/jsdoc / spyOn

Function spyOn

test/lib/jasmine.js:468–470  ·  view source on GitHub ↗
(obj, methodName)

Source from the content-addressed store, hash-verified

466 * @returns a Jasmine spy that can be chained with all spy methods
467 */
468var spyOn = function(obj, methodName) {
469 return jasmine.getEnv().currentSpec.spyOn(obj, methodName);
470};
471if (isCommonJS){exports.spyOn = spyOn;}
472
473/**

Callers 15

emptycomments.jsFile · 0.85
jsx.jsFile · 0.85
tag.jsFile · 0.85
augment.jsFile · 0.85
package.jsFile · 0.85
resolver.jsFile · 0.85
astbuilder.jsFile · 0.85
parser.jsFile · 0.85
markdown.jsFile · 0.85
templateHelper.jsFile · 0.85
error.jsFile · 0.85
validator.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…