Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 221 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (6 loc) · 221 Bytes

Please always create unit test for your contributions, and make sure they are passing.

Tests are created using jasmine

You can run unit tests by:

  • npm test or
  • make test

See Makefile for additional test suites