Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/cloudfoundry/cli
/ itDoesntColorize
Function
itDoesntColorize
cf/terminal/color_test.go:115–121 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
113
}
114
115
func
itDoesntColorize() {
116
It(
"doesn't colorize"
,
func
() {
117
text :=
"Hello World"
118
colorizedText := ColorizeBold(text, 33)
119
Expect(colorizedText).To(Equal(
"Hello World"
))
120
})
121
}
Callers
1
color_test.go
File · 0.85
Calls
1
ColorizeBold
Function · 0.85
Tested by
no test coverage detected