MCPcopy Create free account
hub / github.com/TheAlgorithms/JavaScript / TitleCaseConversion.test.js

File TitleCaseConversion.test.js

Conversions/test/TitleCaseConversion.test.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { titleCaseConversion } from '../TitleCaseConversion'
2
3describe('Tests for the titleCaseConversion function', () => {
4 it('should return an empty string when the input is an empty string', () => {

Callers

nothing calls this directly

Calls 1

titleCaseConversionFunction · 0.90

Tested by

no test coverage detected