Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 805 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 805 Bytes

Chat Build Status Coverage Status

Prerequisites

  • node >=6

Quick start

npm install
npm start

Code quality

npm run validate

Tests

npm test

Tests include coverage tool istanbul. After test you can find results of coverage in ./coverage/lcov-report/index.html. Use your browser to see it.

Linters

For codestyle we are using eslint.

npm run lint

Precommit hook

Also we are using precommit hook husky.