You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 inelements/{component}/demo/{component}.js
.Currently it generates
import {scope}/{component}
For RHDS repos this should be
import {scope}/elements/{component}/{component}.js
The text was updated successfully, but these errors were encountered: