Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 203 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 203 Bytes

NodeJS + Mocha

To install Mocha test framework

npm install -g mocha

To run tests

mocha

To test using Makefile

make test

Read about Mocha