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

Function getSpinnnerStub

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

Source from the content-addressed store, hash-verified

78 installDependencies: jest.fn().mockResolvedValue(true),
79});
80const getSpinnnerStub = () => jest.fn().mockResolvedValue(true);
81afterEach(() => jest.restoreAllMocks());
82describe('StencilInit integration tests', () => {
83 describe('run', () => {

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected