Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 501 Bytes

README.md

File metadata and controls

34 lines (18 loc) · 501 Bytes

Unit Test Basic

This repository contains code examples and resources for unit testing in Node JS.

Getting Started

To get started with the unit test examples, follow these steps:

  1. Clone the repository:

    git clone https://github.com/husadahts/unit-test.git
    
  2. Navigate to the project directory:

      cd unit-test
    
  3. Start the application:

     npx jest
    

for the future

This repository will be updated if there are changes