今日阅读列表

Smashing Magazine - An Introduction To Unit Testing In AngularJS Applications

Testing tool stack:

  • Karma - Test runner.
  • Mocha - JavaScript test framework.
  • Chai - Assertion Library.
  • Sinon - Standalone test spies, stubs and mocks for JavaScript.
0%