salesforce / sfdx-lwc-jest

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

fix: fix initial emit for GraphQL adapters #315

Closed mburr-salesforce closed 1 year ago

mburr-salesforce commented 1 year ago

The initial emit on graphql wire adapters was sending { data: { data: undefined, errors: undefined }, errors: undefined }. It should be { data: undefined, errors: undefined }.