Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 1002 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 1002 Bytes

A Typescript port of the Trip Service Kata

Extract TypeScript part from sandromancuso/trip-service-kata, inspired by ddd-tw/2020-legacycode-studygroup.

Tags

You can checkout to following tags to trace code back:

Requirements

Recent version of node.js (tested on 12.16.1).

Installation

Run npm install to install all dependecies.

Testing

  • npm test: Run all tests
  • npm test -- --coverage: Run all tests with coverage
  • npm test -- --watch: Run tests when any file changed