MCPcopy
hub / github.com/parallel-js/parallel.js / runs

Function runs

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

Source from the content-addressed store, hash-verified

538 * @param {Function} func Function that defines part of a jasmine spec.
539 */
540const runs = function(func) {
541 jasmine.getEnv().currentSpec.runs(func);
542};
543if (isCommonJS) exports.runs = runs;
544
545/**

Callers 5

eval.spec.jsFile · 0.85
worker.spec.jsFile · 0.85
api.spec.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected