| 620 | |
| 621 | it('should share adoptable instances', () => { |
| 622 | class Factory {} |
| 623 | registerServiceBuilderForDoc(parentAmpdoc, 'A', Factory); |
| 624 | adoptServiceForEmbedDoc(ampdoc, 'A'); |
| 625 |
nothing calls this directly
no outgoing calls
no test coverage detected