(desc, func)
| 496 | * @param {Function} func defines the preconditions and expectations of the spec |
| 497 | */ |
| 498 | var it = function(desc, func) { |
| 499 | return jasmine.getEnv().it(desc, func); |
| 500 | }; |
| 501 | if (isCommonJS) exports.it = it; |
| 502 | |
| 503 | /** |
no outgoing calls
no test coverage detected