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