goodeggs / bites

Technical morsels
http://bites.goodeggs.com
8 stars 4 forks source link

How to test your angular app #25

Open adborden opened 10 years ago

adborden commented 10 years ago

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:

hazeledmands commented 10 years ago

omg yes.