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

Function runs

test/lib/jasmine.js:507–509  ·  view source on GitHub ↗
(func)

Source from the content-addressed store, hash-verified

505 * @param {Function} func Function that defines part of a jasmine spec.
506 */
507var runs = function(func) {
508 jasmine.getEnv().currentSpec.runs(func);
509};
510if (isCommonJS) exports.runs = runs;
511
512/**

Callers 1

spec.core.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected