Testing guide

This page can be used to understand the testing processes.

Running tests

  • Method 1: Using script
    • Create script for running tests in package.json
    • Open a console and run the command for the script, like npm run test

Types of tests

This project has two types of tests:

1. Unit tests



2. Integration tests