salesforce / sfdx-lwc-jest

Run Jest against LWC components in SFDX workspace environment
MIT License
164 stars 81 forks source link

add stub. modalBody, modalHeader, modalFooter #303

Closed noblejasper closed 1 year ago

noblejasper commented 1 year ago

test fails when using modal-body, modal-header, modal-footer components Added stub to prevent test from failing

crysislinux commented 1 year ago

Is the lightning/modal also needed?

noblejasper commented 1 year ago

@crysislinux No, the component lightning/modal does not exist and is therefore not needed.

CollinHerber commented 1 year ago

Can we get some traction on this please, it is rather cumbersome to add these stubs to every repo to test against LightningModal related components.

Templarian commented 1 year ago

@CollinHerber Latest NPM has it published.

CollinHerber commented 1 year ago

@CollinHerber Latest NPM has it published.

Thank you.