Skip to content
Coding With The Force edited this page Jun 3, 2022 · 3 revisions

What is this wiki?

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.

Table of Contents

  1. Why writing Jest tests is important
  2. How to install Node.js and NPM (Node Package Manager)
  3. How to install sfdx-lwc-jest in your Salesforce project
  4. How to write a jest test
  5. How to run your jest tests

Clone this wiki locally