MCPcopy Create free account
hub / github.com/basecamp/hey-cli / TestJournalViewContentKeyScrolls

Function TestJournalViewContentKeyScrolls

internal/tui/journal_test.go:90–97  ·  view source on GitHub ↗

--- Content key handling ---

(t *testing.T)

Source from the content-addressed store, hash-verified

88 }
89 if loaded.body.IsEmpty() {
90 t.Error("rich-text body should be rendered")
91 }
92}
93
94func TestJournalEditorContentRemovesTrixContainers(t *testing.T) {
95 tests := []struct {
96 name string
97 content string
98 want string
99 }{
100 {

Callers

nothing calls this directly

Calls 4

journalWithEntryFunction · 0.85
keyPressFunction · 0.85
ResizeMethod · 0.65
HandleContentKeyMethod · 0.65

Tested by

no test coverage detected