Skip to content
This repository was archived by the owner on Sep 3, 2021. It is now read-only.

Commit 1044655

Browse files
committed
chore(README): add TOC and description
1 parent ac3287e commit 1044655

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

README.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
1-
angular-testing-recipes
2-
=======================
1+
# angular-testing-recipes
2+
> Unit and e2e testing recipes for AngularJS
33
4-
Unit and e2e testing recipes for AngularJS
4+
Even with AngularJS providing us a pretty testable way of work, we still need some boilerplate code (and some gotchas) to be able to exercise our code properly in our tests. This repository is a reference guide to help you to test your code.
5+
6+
## Table of contents
7+
8+
- [Controllers](https://github.com/cironunes/angular-testing-recipes/blob/master/src/controller.js)
9+
- Services
10+
- Filters
11+
- Directives
12+
- Decorators
13+
- Use of services
14+
- Use of promises
15+
- jQuery events

0 commit comments

Comments
 (0)