Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug] component generator incorrectly creates an import and test files for RHDS repo #2043

Open
zeroedin opened this issue Jun 13, 2022 · 0 comments
Assignees
Labels
priority: low Severity level: 3

Comments

@zeroedin
Copy link
Collaborator

The generator script incorrectly generates an e2e test file named: elements/{component}/test/{component}.e2e.spec.ts
this should be corrected to elements/{component}/test/{component}.e2e.ts

The generator script also incorrectly generates an import line in elements/{component}/demo/{component}.js.

Currently it generates import {scope}/{component}
For RHDS repos this should be import {scope}/elements/{component}/{component}.js

@zeroedin zeroedin added the priority: low Severity level: 3 label Jun 13, 2022
@bennypowers bennypowers self-assigned this Jun 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: low Severity level: 3
Projects
None yet
Development

No branches or pull requests

2 participants