(desc, func)
| 469 | * @param {Function} func defines the preconditions and expectations of the spec |
| 470 | */ |
| 471 | var it = function(desc, func) { |
| 472 | return jasmine.getEnv().it(desc, func); |
| 473 | }; |
| 474 | if (isCommonJS) exports.it = it; |
| 475 | |
| 476 | /** |
no outgoing calls
no test coverage detected