| 1 | import { titleCaseConversion } from '../TitleCaseConversion' |
| 2 | |
| 3 | describe('Tests for the titleCaseConversion function', () => { |
| 4 | it('should return an empty string when the input is an empty string', () => { |
nothing calls this directly
no test coverage detected