-
Notifications
You must be signed in to change notification settings - Fork 5
Home
Coding With The Force edited this page Jun 3, 2022
·
3 revisions
This wiki is a guide that hopes to make installing and setting up Jest as well as writing and running Jest tests much easier for Salesforce developers. It also hopes to explain the importance of actually testing your LWC's with Jest tests.
- Why writing Jest tests is important
- How to install Node.js and NPM (Node Package Manager)
- How to install sfdx-lwc-jest in your Salesforce project
- How to write a jest test
- How to run your jest tests