sindresorhus / camelcase-keys

Convert object keys to camel case
MIT License
689 stars 92 forks source link

Use locale-independent camel-case transformation #84

Closed jhnns closed 2 years ago

jhnns commented 2 years ago

Fixes #81

Not sure if we need to add tests here 😀

sindresorhus commented 2 years ago

A test would be good. Just to prevent any future accidental regression.

jhnns commented 2 years ago

I've added a test using a child process. I didn't want to mock String functions here since this would assume a specific implementation in camelcase