MCPcopy
hub / github.com/laurentj/slimerjs / runs

Function runs

test/jasmine/jasmine.js:535–537  ·  view source on GitHub ↗
(func)

Source from the content-addressed store, hash-verified

533 * @param {Function} func Function that defines part of a jasmine spec.
534 */
535var runs = function(func) {
536 jasmine.getEnv().currentSpec.runs(func);
537};
538if (isCommonJS) exports.runs = runs;
539
540/**

Calls

no outgoing calls

Tested by

no test coverage detected