MCPcopy Create free account
hub / github.com/ampproject/amphtml /

Class

test/unit/test-runtime.js:719–719  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected