(beforeEachFunction)
| 540 | * @param {Function} beforeEachFunction |
| 541 | */ |
| 542 | var beforeEach = function(beforeEachFunction) { |
| 543 | jasmine.getEnv().beforeEach(beforeEachFunction); |
| 544 | }; |
| 545 | if (isCommonJS) exports.beforeEach = beforeEach; |
| 546 | |
| 547 | /** |
no outgoing calls
no test coverage detected