MCPcopy
hub / github.com/metafizzy/flickity / nextTest

Function nextTest

test/unit/auto-play.js:15–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13 var tests;
14
15 function nextTest() {
16 if ( tests.length ) {
17 var next = tests.shift();
18 return next();
19 } else {
20 flkty.stopPlayer();
21 done();
22 }
23 }
24
25 tests = [
26 // check that player runs

Callers 1

auto-play.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…