Skip to content

Latest commit

 

History

History

javascript

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

A JavaScript (ES6 / ES2015) port of the Trip Service Kata.

  • Requirements: Recent version of node.js (tested on 5.1.0).
  • Install Dependencies: npm install
  • Run tests with file watching for fast feedback: npm test -- --watch
  • Coverage npm run coverage
    • Then open coverage/lcov-report/index.html