salesforce / sfdx-lwc-jest

Run Jest against LWC components in SFDX workspace environment
MIT License
165 stars 82 forks source link

Add getRecordNotifyChange stub to uiRecordApi.js #267

Open zacbarton opened 2 years ago

zacbarton commented 2 years ago

Version

geoffswift commented 10 months ago

getRecordNotifyChange is deprecated in favour of notifyRecordUpdateAvailable refer to https://developer.salesforce.com/docs/platform/lwc/guide/reference-get-record-notify.html

Maybe for this reason getRecordNotifyChange shouldn't be supported