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

Function beforeEach

tools/jasmine/jasmine.js:570–572  ·  view source on GitHub ↗
(beforeEachFunction)

Source from the content-addressed store, hash-verified

568 * @param {Function} beforeEachFunction
569 */
570var beforeEach = function(beforeEachFunction) {
571 jasmine.getEnv().beforeEach(beforeEachFunction);
572};
573if (isCommonJS) exports.beforeEach = beforeEach;
574
575/**

Callers 14

custom_spec.jsFile · 0.85
monotype_spec.jsFile · 0.85
typekit_spec.jsFile · 0.85
fontdeck_spec.jsFile · 0.85
fontruler_spec.jsFile · 0.85
domhelper_spec.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…