Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 142 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (16 loc) · 142 Bytes

Prepare for development

$ npm install

Lint

$ npm run lint

Test

$ npm test

Coverage

$ npm run coverage