(beforeEachFunction)
| 555 | * @param {Function} beforeEachFunction |
| 556 | */ |
| 557 | var beforeEach = function(beforeEachFunction) { |
| 558 | jasmine.getEnv().beforeEach(beforeEachFunction); |
| 559 | }; |
| 560 | if (isCommonJS){exports.beforeEach = beforeEach;} |
| 561 | |
| 562 | /** |
no outgoing calls
no test coverage detected
searching dependent graphs…