Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 359 Bytes

File metadata and controls

18 lines (11 loc) · 359 Bytes

Lightning Coding Timer

Start

npm start -- -r name1 name2 name3

Prerequisites

You'll need say command for this to work.

Running the unit tests

This project has unit tests authored with the Mocha test framework.

  • $ npm test: runs the tests once
  • $ npm run test:watch: runs the tests in watch mode