MCPcopy Create free account
hub / github.com/diillson/chatcli / testLogger

Function testLogger

cli/workspace/bootstrap_test.go:13–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11)
12
13func testLogger() *zap.Logger {
14 l, _ := zap.NewDevelopment()
15 return l
16}
17
18func TestLoadBootstrapContent_AllFiles(t *testing.T) {
19 dir := t.TempDir()

Calls

no outgoing calls

Tested by

no test coverage detected