MCPcopy Create free account
hub / github.com/bigcommerce/stencil-cli / getConfigWithMissingFields

Function getConfigWithMissingFields

lib/StencilConfigManager.spec.js:162–164  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

160 });
161 describe('when the parsed config has missing required fields', () => {
162 const getConfigWithMissingFields = () => ({
163 port: 12345,
164 });
165 it('should replace an old config file with new ones and throw an error then if ignoreMissingFields=false', async () => {
166 const stencilConfig = getConfigWithMissingFields();
167 const loggerStub = getLoggerStub();

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected