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