Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/imakewebthings/deck.js
/ f
Function
f
test/spec.core.js:383–385 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
381
382
it(
'should have populated the slides array'
,
function
() {
383
var
f =
function
() {
384
expect($.deck(
'getSlides'
).length).toEqual($(
'.slide'
).length);
385
};
386
387
$d.bind(
'deck.beforeInit'
, f);
388
$.deck();
Callers
1
tryIt
Function · 0.50
Calls
2
expect
Function · 0.85
$
Function · 0.85
Tested by
no test coverage detected