Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 291 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 291 Bytes

#Inversify

Setup Steps

  1. npm i
  2. npm start

Routes Available

  1. http://localhost:3000/
  2. http://localhost:3000/simple

Test commands

To run all tests

  • npm test

To run specific test files

  • npm test -- tests/todoClient.test.ts
  • npm test -- tests/integration.test.ts