mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-01-12 22:45:52 +08:00
This commit adds to the unit testing guide: - an explicit section on additional libraries: Karma, Jasmine and angular-mocks and link to the docs for those projects too. Explain the benefit and use case for each of these libaries - fully featured test examples and add more documentation around them, in particular the controller test - a clear separation between the section on principles of testing and the actual tutorial on writing a test Closes #8220