()
| 159 | error: jest.fn(), |
| 160 | }); |
| 161 | const getInquirerStub = () => ({ |
| 162 | prompt: jest.fn().mockReturnValue(getAnswers()), |
| 163 | }); |
| 164 | const getStencilConfigManagerStub = () => ({ |
| 165 | read: jest.fn().mockReturnValue(getStencilConfig()), |
| 166 | save: jest.fn(), |
no test coverage detected