Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/imakewebthings/deck.js
/ runs
Function
runs
test/lib/jasmine.js:507–509 ·
view source on GitHub ↗
(func)
Source
from the content-addressed store, hash-verified
505
* @param {Function} func Function that defines part of a jasmine spec.
506
*/
507
var
runs =
function
(func) {
508
jasmine.getEnv().currentSpec.runs(func);
509
};
510
if
(isCommonJS) exports.runs = runs;
511
512
/**
Callers
1
spec.core.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected