()
| 45 | error: jest.fn(), |
| 46 | }); |
| 47 | const getStoreSettingsApiClientStub = () => ({ |
| 48 | getStoreSettingsLocale: jest.fn().mockResolvedValue({ default_shopper_language: 'en_US' }), |
| 49 | }); |
| 50 | const createStencilStartInstance = ({ |
| 51 | browserSync, |
| 52 | fsUtils, |
no outgoing calls
no test coverage detected