Skip to content

outletGSId becomes outletGsId through camel case #344

@jonaslagoni

Description

@jonaslagoni

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions