(holder, id)
| 616 | * @param {string} id of the service. |
| 617 | */ |
| 618 | export function resetServiceForTesting(holder, id) { |
| 619 | if (holder.__AMP_SERVICES) { |
| 620 | holder.__AMP_SERVICES[id] = null; |
| 621 | } |
| 622 | } |
| 623 | |
| 624 | /** |
| 625 | * @param {!Object} holder Object holding the service instance. |
no outgoing calls
no test coverage detected