()
| 28 | checkNodeVersion: jest.fn(), |
| 29 | }); |
| 30 | const getThemeConfigManagerStub = () => ({ |
| 31 | themePath: '/some/absolute/config/path', |
| 32 | configPath: '/some/absolute/config/path', |
| 33 | }); |
| 34 | const getStencilConfigManagerStub = (config = {}) => ({ |
| 35 | read: jest.fn().mockResolvedValue(config), |
| 36 | }); |
no outgoing calls
no test coverage detected