Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mcnamee/react-native-starter-kit
/ string.test.js
File
string.test.js
src/tests/lib/string.test.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ ucfirst, truncate } from
'../../lib/string'
;
2
3
it(
'lib/string: ucfirst returns correctly'
, () => {
4
const
lcWord = ucfirst(
'hello'
);
Callers
nothing calls this directly
Calls
2
ucfirst
Function · 0.90
truncate
Function · 0.90
Tested by
no test coverage detected