Repository with examples of unit tests using NodeJS native features
Configuration
Run the following command to add the required libraries to run the code.
npm install
Running
Run the following command to run the Unit Tests.
npm run test:unit
It will generate a coverage/ folder and it will print on the Console the following output.
Documentation