-
-
Notifications
You must be signed in to change notification settings - Fork 100
Open
Description
outletGSId becomes outletGsId through camel case function, when in theory I would expect it to do nothing with the value 🤔 Am I missing something here?
Here are the test-case I am running:
"change-case": "^5.4.4",
import {
camelCase
} from 'change-case';
describe('camelCase', () => {
test('should not change outletGSId', () => {
const content = camelCase('outletGSId');
expect(content).toEqual('outletGSId');
});
});
Related to #2
Raised in asyncapi/modelina#2080
Metadata
Metadata
Assignees
Labels
No labels