MCPcopy
hub / github.com/imakewebthings/deck.js / expect

Function expect

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

Source from the content-addressed store, hash-verified

495 * @param {Object} actual Actual value to test against and expected value
496 */
497var expect = function(actual) {
498 return jasmine.getEnv().currentSpec.expect(actual);
499};
500if (isCommonJS) exports.expect = expect;
501
502/**

Callers 7

spec.navigation.jsFile · 0.85
spec.scale.jsFile · 0.85
spec.menu.jsFile · 0.85
spec.core.jsFile · 0.85
fFunction · 0.85
spec.goto.jsFile · 0.85
spec.status.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected