mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-05 00:01:37 +08:00
Update export for Jest testing
This commit is contained in:
@ -32,4 +32,4 @@ const UpperCaseConversion = (inputString) => {
|
||||
return newString.join('')
|
||||
}
|
||||
|
||||
module.exports = UpperCaseConversion
|
||||
export { UpperCaseConversion }
|
||||
|
Reference in New Issue
Block a user