()
| 35 | read: jest.fn().mockResolvedValue(config), |
| 36 | }); |
| 37 | const getBuildConfigManagerStub = () => ({}); |
| 38 | const getTemplateAssemblerStub = () => ({}); |
| 39 | const getCyclesDetectorConstructorStub = () => jest.fn(); |
| 40 | const getStencilPushUtilsStub = () => ({ |
no outgoing calls
no test coverage detected