JEST Setup For Salesforce
Prerequisites:
Salesforce CLI, Visual Studio Code, Salesforce Extentions for Visual Studio Code, Node.js, npm installed and updated.
To confirm Node.js and npm is installed, In Visual Studio Code terminal, enter the following command respectively :
node –version
npm –version
Confirm the CLI is properly installed and on the latest version by running the following command:
sfdx update
JEST Setup For Salesforce Read More »