Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 315 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (11 loc) · 315 Bytes

Contribution guidelines

If you want to modify or add a feature:

  • Ensure that any changes or additions are covered by tests
  • Ensure that all the tests are passing

Running tests

Once you've cloned or otherwise acquired the project, Run the following in the working directory:

npm install
npm test