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

Function createFixture

test/integration/test-amp-ad-3p.js:11–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9
10const IFRAME_HEIGHT = 3000;
11function createFixture() {
12 return createFixtureIframe(
13 'test/fixtures/3p-ad.html',
14 IFRAME_HEIGHT,
15 () => {}
16 );
17}
18
19describes.sandboxed('amp-ad 3P', {}, () => {
20 let fixture;

Callers 1

test-amp-ad-3p.jsFile · 0.85

Calls 1

createFixtureIframeFunction · 0.90

Tested by

no test coverage detected