Skip to content
Darlan Mendonça edited this page Mar 10, 2016 · 1 revision

Tests

At moment, I added test specs to api controllers (integration tests), and Angular controllers (unit tests):

  • Mocha as test framework
  • Karma Angular Unit Tests
  • Chai (to make assertions)

And soon, I will add e2e with Protractor. I want cover the entire application with tests.

Clone this wiki locally