Questions regarding Salesforce Jest testing:
1) Are jest test required for JavaScript code coverage or just nice-to-have in order to move lighting web components to production?
2) Once jest test are written and running, do they kick off dependent process builders (e.g. a LWC has a lighting-edit-record-form that submits a new record and there is a process builder looking for a new record creation and then runs Apex invocable methods)? If yes, are those Apex invocable methods covered?
Thank you!