(description, specDefinitions)
| 611 | * @param {Function} specDefinitions function that defines several specs. |
| 612 | */ |
| 613 | const describe = function(description, specDefinitions) { |
| 614 | return jasmine.getEnv().describe(description, specDefinitions); |
| 615 | }; |
| 616 | if (isCommonJS) exports.describe = describe; |
| 617 | |
| 618 | /** |
no outgoing calls
no test coverage detected