mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2026-03-13 15:21:15 +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