()
| 22 | port: 3001, |
| 23 | }); |
| 24 | const getSecretsConfig = () => ({ |
| 25 | accessToken: 'accessToken_from_stencilConfig', |
| 26 | githubToken: 'githubToken_1234567890', |
| 27 | }); |
| 28 | const getStencilConfig = () => ({ |
| 29 | ...getGeneralConfig(), |
| 30 | ...getSecretsConfig(), |
no outgoing calls
no test coverage detected