MCPcopy
hub / github.com/ampproject/amphtml / runChunks

Function runChunks

test/unit/test-runtime.js:37–40  ·  view source on GitHub ↗
(elementOrAmpDoc)

Source from the content-addressed store, hash-verified

35 let extensionElementIndex;
36
37 function runChunks(elementOrAmpDoc) {
38 clock.tick(1); // for early frame
39 runChunksForTesting(elementOrAmpDoc);
40 }
41
42 beforeEach(() => {
43 win = env.win;

Callers 2

test-runtime.jsFile · 0.85

Calls 2

runChunksForTestingFunction · 0.90
tickMethod · 0.80

Tested by

no test coverage detected