MCPcopy Index your code
hub / github.com/typekit/webfontloader / it

Function it

tools/jasmine/jasmine.js:498–500  ·  view source on GitHub ↗
(desc, func)

Source from the content-addressed store, hash-verified

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

Callers 15

custom_spec.jsFile · 0.85
monotype_spec.jsFile · 0.85
typekit_spec.jsFile · 0.85
fontdeck_spec.jsFile · 0.85
size_spec.jsFile · 0.85
fontruler_spec.jsFile · 0.85
font_spec.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected