()
| 25 | recursiveReadDir: jest.fn(), |
| 26 | }); |
| 27 | const getCliCommonStub = () => ({ |
| 28 | checkNodeVersion: jest.fn(), |
| 29 | }); |
| 30 | const getThemeConfigManagerStub = () => ({ |
| 31 | themePath: '/some/absolute/config/path', |
| 32 | configPath: '/some/absolute/config/path', |
no outgoing calls
no test coverage detected