Skip to content
vsergey3d edited this page Sep 21, 2014 · 1 revision

The project is using following dependencies:

  • Karma test runner
  • Mocha JavaScript test framework
  • Chai BDD / TDD assertion library
  • Sinon.JS test spies, stubs and mocks
  • Instanbul JavaScript code coverage

Tests should cover at least 90% (recommended 100%) of the code and always pass successfully.

Use test build task to run tests and generate coverage report (it will be placed to out\coverage).

Clone this wiki locally