patternfly-elements icon indicating copy to clipboard operation
patternfly-elements copied to clipboard

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

Open zeroedin opened this issue 3 years ago • 0 comments

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 avatar Jun 13 '22 18:06 zeroedin