MCPcopy
hub / github.com/imakewebthings/deck.js / it

Function it

test/lib/jasmine.js:471–473  ·  view source on GitHub ↗
(desc, func)

Source from the content-addressed store, hash-verified

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

Callers 6

spec.navigation.jsFile · 0.50
spec.scale.jsFile · 0.50
spec.menu.jsFile · 0.50
spec.core.jsFile · 0.50
spec.goto.jsFile · 0.50
spec.status.jsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected