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

Function getBuildConfigManagerStub

lib/stencil-start.spec.js:37–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35 read: jest.fn().mockResolvedValue(config),
36 });
37 const getBuildConfigManagerStub = () => ({});
38 const getTemplateAssemblerStub = () => ({});
39 const getCyclesDetectorConstructorStub = () => jest.fn();
40 const getStencilPushUtilsStub = () => ({

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected