MCPcopy
hub / github.com/codeaashu/claude-code / testInit

Function testInit

scripts/test-services.ts:184–193  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

182}
183
184async function testInit() {
185 console.log('\n--- Init (entrypoint) ---')
186 try {
187 const { init } = await import('../src/entrypoints/init.js')
188 await init()
189 pass('init()', 'completed successfully')
190 } catch (err: any) {
191 fail('init()', err.message)
192 }
193}
194
195async function main() {
196 console.log('=== Services Layer Smoke Test ===')

Callers 1

mainFunction · 0.85

Calls 3

initFunction · 0.85
passFunction · 0.85
failFunction · 0.85

Tested by

no test coverage detected