mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-07 11:08:54 +08:00
Update export style for Jest testing
This commit is contained in:
@ -39,4 +39,4 @@ const titleCaseConversion = (inputString) => {
|
|||||||
return stringCollections.join(' ')
|
return stringCollections.join(' ')
|
||||||
}
|
}
|
||||||
|
|
||||||
module.exports = TitleCaseConversion
|
export { titleCaseConversion }
|
||||||
|
Reference in New Issue
Block a user