| 1 | import {whenUpgradedToCustomElement} from '#core/dom/amp-element-helpers'; |
| 2 | |
| 3 | import {BaseElement} from '../../src/base-element'; |
| 4 | import {createAmpElementForTesting} from '../../src/custom-element'; |
nothing calls this directly
no test coverage detected