Skip to content

Testing

Daniel Molina edited this page Mar 2, 2017 · 4 revisions

For testing, the Test-driven development (TDD) framework Mocha was used. Functionality in receiver.js, auth.js and worker.js lambdas are fully tested.

Installing Mocha

  • npm install mocha -g

Running test

  • npm test
Clone this wiki locally