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

Function getStencilConfigManagerStub

lib/stencil-start.spec.js:34–36  ·  view source on GitHub ↗
(config = {})

Source from the content-addressed store, hash-verified

32 configPath: '/some/absolute/config/path',
33 });
34 const getStencilConfigManagerStub = (config = {}) => ({
35 read: jest.fn().mockResolvedValue(config),
36 });
37 const getBuildConfigManagerStub = () => ({});
38 const getTemplateAssemblerStub = () => ({});
39 const getCyclesDetectorConstructorStub = () => jest.fn();

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected