MCPcopy
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

1import { ucfirst, truncate } from '../../lib/string';
2
3it('lib/string: ucfirst returns correctly', () => {
4 const lcWord = ucfirst('hello');

Callers

nothing calls this directly

Calls 2

ucfirstFunction · 0.90
truncateFunction · 0.90

Tested by

no test coverage detected