How to test your angular app
Opened this issue · 1 comments
adborden commented
Angular has a philosophy of making testing a first class feature. Protractor gives great end to end testing, but the documentation isn't always clear on how to test individual components. Here's how to test:
- controller
- ui-router's state object
- directives
- factories
- services
- views (your html templates)
hazeledmands commented
omg yes.