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

Function getCliCommonStub

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

Source from the content-addressed store, hash-verified

25 recursiveReadDir: jest.fn(),
26 });
27 const getCliCommonStub = () => ({
28 checkNodeVersion: jest.fn(),
29 });
30 const getThemeConfigManagerStub = () => ({
31 themePath: '/some/absolute/config/path',
32 configPath: '/some/absolute/config/path',

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected