(config = {})
| 32 | configPath: '/some/absolute/config/path', |
| 33 | }); |
| 34 | const getStencilConfigManagerStub = (config = {}) => ({ |
| 35 | read: jest.fn().mockResolvedValue(config), |
| 36 | }); |
| 37 | const getBuildConfigManagerStub = () => ({}); |
| 38 | const getTemplateAssemblerStub = () => ({}); |
| 39 | const getCyclesDetectorConstructorStub = () => jest.fn(); |
no outgoing calls
no test coverage detected