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 installRunning
Run the following command to run the Unit Tests.
npm run test:unitIt will generate a coverage/ folder and it will print on the Console the following output.
Documentation
