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

Function integration

build-system/tasks/integration.js:31–40  ·  view source on GitHub ↗

* Entry point for the `amp integration` task. * @return {Promise }

()

Source from the content-addressed store, hash-verified

29 * @return {Promise<void>}
30 */
31async function integration() {
32 maybePrintArgvMessages();
33
34 const config = new RuntimeTestConfig('integration');
35 const runner = new Runner(config);
36
37 await runner.setup();
38 await runner.run();
39 await runner.teardown();
40}
41
42module.exports = {
43 integration,

Callers

nothing calls this directly

Calls 4

maybePrintArgvMessagesFunction · 0.85
setupMethod · 0.45
runMethod · 0.45
teardownMethod · 0.45

Tested by

no test coverage detected