Separate Node.js unit, integration, and E2E tests using Jest projects
The classic test pyramid is made up of the unit, integration, and end-to-end tests. Unit tests are supposed to run fast after each change in your IDE and give immediate feedback. In contrast, integration and E2E tests are slow and are run on-demand. ...
daveiscoding.com8 min read