patternfly-elements
patternfly-elements copied to clipboard
[bug] component generator incorrectly creates an import and test files for RHDS repo
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