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
Prepares @salesforce/sfdx-lwc-jest for the Summer21 Salesforce release.
Improvements
#196: Simplify the test runner logic. For both standard and debug runs, Jest will be invoked by spawning a new process. Uses an allow list approach for pass through options instead of a disallow list approach.
#201: Update dependencies to match Spring21 Salesforce release.
#205: Update dependencies to match Summer21 Salesforce release.
Bug fixes
#195: Retrieve the path to Jest binary using require.resolve instead of hardcoded path.