trailheadapps / lwc-recipes-oss

A collection of easy-to-digest code examples for Lightning Web Components on any platform.
https://lwc.dev
Creative Commons Zero v1.0 Universal
326 stars 253 forks source link

Update LWC Jest and tests following wire protocol reform #208

Closed pozil closed 3 years ago

pozil commented 3 years ago

Jest LWC benefits from a wire protocol reform that requires some test code changes.
See this PR for a practical example.

pozil commented 3 years ago

You'll want to update @salesforce/sfdx-lwc-jest to 0.13.0.

adityanaag3 commented 3 years ago

@pozil LWC OSS currently doesnt use sfdx-lwc-jest.

pozil commented 3 years ago

Good catch, I forgot that. I wonder if there's an impact from the wire protocol reform. This may have come with previous releases of @salesforce/wire-service-jest-util. Feel free to close he issue if there's no impact.