(elementOrAmpDoc)
| 92 | * @return {!Chunks} |
| 93 | */ |
| 94 | export function chunkInstanceForTesting(elementOrAmpDoc) { |
| 95 | return chunkServiceForDoc(elementOrAmpDoc); |
| 96 | } |
| 97 | |
| 98 | /** |
| 99 | * Use a standard micro task for every invocation. This should only |
no test coverage detected