(beforeEachFunction)
| 568 | * @param {Function} beforeEachFunction |
| 569 | */ |
| 570 | var beforeEach = function(beforeEachFunction) { |
| 571 | jasmine.getEnv().beforeEach(beforeEachFunction); |
| 572 | }; |
| 573 | if (isCommonJS) exports.beforeEach = beforeEach; |
| 574 | |
| 575 | /** |
no outgoing calls
no test coverage detected
searching dependent graphs…