()
| 24 | apiHost: API_HOST, |
| 25 | }); |
| 26 | const getAnswers = () => ({ |
| 27 | normalStoreUrl: 'https://url-from-answers.mybigcommerce.com', |
| 28 | port: 3003, |
| 29 | accessToken: 'accessToken_from_answers', |
| 30 | apiHost: API_HOST, |
| 31 | packageManager: 'npm', |
| 32 | }); |
| 33 | const getCliOptions = () => ({ |
| 34 | normalStoreUrl: 'https://url-from-cli-options.mybigcommerce.com', |
| 35 | port: 3002, |
no outgoing calls
no test coverage detected