| 717 | |
| 718 | it('should register doc-service as ctor and install imm', function* () { |
| 719 | class Service1 {} |
| 720 | const ampdoc = new AmpDocSingle(win); |
| 721 | ampdoc.declareExtension('amp-ext', '0.1'); |
| 722 | ampdocServiceMock.expects('getAmpDoc').returns(ampdoc).atLeast(1); |
nothing calls this directly
no outgoing calls
no test coverage detected