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