Skip to content

Nested component import is wrong #92

@TSenter

Description

@TSenter

When generating a component with a test, the pathCase method from change-case results in something like my/new-component being created with the import "app/components/my/new/component".

What I Expected

import MyNewComponent from 'app/components/my/new-component';

What I Saw

import MyNewComponent from 'app/components/my/new/component';

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