Skip to content

Latest commit

 

History

History

TypeScript

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

A Typescript port of the Trip Service Kata.

  • Requirements: Recent version of node.js (tested on 8.9.4).
  • Install Dependencies: npm install
  • Run tests with file watching for fast feedback: npm test -- --watch
  • Coverage npm test -- --coverage