(func)
| 520 | * @param {Function} func Function that defines part of a jasmine spec. |
| 521 | */ |
| 522 | var runs = function(func) { |
| 523 | jasmine.getEnv().currentSpec.runs(func); |
| 524 | }; |
| 525 | if (isCommonJS){exports.runs = runs;} |
| 526 | |
| 527 | /** |
no outgoing calls
no test coverage detected
searching dependent graphs…