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

Function getThemeConfigManagerStub

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

Source from the content-addressed store, hash-verified

28 checkNodeVersion: jest.fn(),
29 });
30 const getThemeConfigManagerStub = () => ({
31 themePath: '/some/absolute/config/path',
32 configPath: '/some/absolute/config/path',
33 });
34 const getStencilConfigManagerStub = (config = {}) => ({
35 read: jest.fn().mockResolvedValue(config),
36 });

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected