MCPcopy
hub / github.com/jsdoc/jsdoc / expect

Function expect

test/lib/jasmine.js:512–514  ·  view source on GitHub ↗
(actual)

Source from the content-addressed store, hash-verified

510 * @param {Object} actual Actual value to test against and expected value
511 */
512var expect = function(actual) {
513 return jasmine.getEnv().currentSpec.expect(actual);
514};
515if (isCommonJS){exports.expect = expect;}
516
517/**

Callers 15

jasmine-jsdoc.jsFile · 0.85
arrowfunction.jsFile · 0.85
checkParamsFunction · 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

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…