()
| 6 | afterAll(() => jest.restoreAllMocks()); |
| 7 | describe('StencilStart unit tests', () => { |
| 8 | const getBrowserSyncStub = () => ({ |
| 9 | watch: jest.fn(), |
| 10 | init: jest.fn(), |
| 11 | }); |
| 12 | const getThemeApiClientStub = () => ({ |
| 13 | checkCliVersion: jest.fn().mockResolvedValue({ |
| 14 | baseUrl: 'example.com', |
no outgoing calls
no test coverage detected