Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 803 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 803 Bytes

Exercise Repository

Prerequisites and Installation

  1. Ensure you have Node.js installed on. You can download it from Node.js Official Website.
  2. Clone the repository: https://github.com/desdwyatma/exercise.
  3. Go to project root directory (exercise), type npm install to install all dependencies.

Running Tests

For Windows users, you can execute the test cases by running the following command:

npm run test-api

Alternatively, if you want to run specific tests, you can use:

npm run test-api -- "--grep" "@available-tagging"

Test Cases

The test cases for this script are available here.