Skip to content

Files

Latest commit

f1778da · Jul 4, 2024

History

History
27 lines (17 loc) · 723 Bytes

File metadata and controls

27 lines (17 loc) · 723 Bytes

Typescript Node Native Unit Tests

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