Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 348 Bytes

CONTRIBUTING.md

File metadata and controls

7 lines (4 loc) · 348 Bytes

Maintain the existing coding style - ES2015/ES6 tha enables object-oriented JavaScript is neong used.

Presently, there is 99% code coverage in the unit tests, maintain similar coverage for any new or changed functionality.

Add unit tests using Mocha/Chai similar to the existing tests.

Lint and test the code by running npm test at the root.