(fn, opt_rtvVersion)
| 64 | }); |
| 65 | |
| 66 | function regularExtension(fn, opt_rtvVersion) { |
| 67 | return { |
| 68 | n: 'amp-test-element' + extensionElementIndex++, |
| 69 | ev: '0.1', |
| 70 | l: true, |
| 71 | f: fn, |
| 72 | // Default version of uncompiled sources. |
| 73 | v: opt_rtvVersion || '$internalRuntimeVersion$', |
| 74 | }; |
| 75 | } |
| 76 | |
| 77 | afterEach(() => { |
| 78 | ampdocServiceMock.verify(); |
no outgoing calls
no test coverage detected