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