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

Commit 35c8de8

Browse files
willmendesnetocironunes
authored andcommitted
chore: create placeholders for the subjects
1 parent 6874e71 commit 35c8de8

File tree

8 files changed

+33
-7
lines changed

8 files changed

+33
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ Even with AngularJS providing us a pretty testable way of work, we still need so
66
## Table of contents
77

88
- [Controllers](https://github.com/cironunes/angular-testing-recipes/tree/master/controller)
9-
- Services
10-
- Filters
11-
- Directives
12-
- Decorators
13-
- Use of services
14-
- Use of promises
15-
- jQuery events
9+
- [Services](https://github.com/cironunes/angular-testing-recipes/tree/master/services)
10+
- [Filters](https://github.com/cironunes/angular-testing-recipes/tree/master/filters)
11+
- [Directives](https://github.com/cironunes/angular-testing-recipes/tree/master/directives)
12+
- [Decorators](https://github.com/cironunes/angular-testing-recipes/tree/master/decorators)
13+
- [Use of services](https://github.com/cironunes/angular-testing-recipes/tree/master/use-of-services)
14+
- [Use of promises](https://github.com/cironunes/angular-testing-recipes/tree/master/use-of-promises)
15+
- [jQuery events](https://github.com/cironunes/angular-testing-recipes/tree/master/jquery-events)
16+
- [Protractor](https://github.com/cironunes/angular-testing-recipes/tree/master/protractor)

decorators/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Decorators
2+
3+
## In construction

directives/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Directives
2+
3+
## In construction

jquery-events/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Jquery Events
2+
3+
## In construction

protractor/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Protractor
2+
> Best practices using Protractor
3+
4+
## In construction

services/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Services
2+
> Services
3+
4+
## In construction

use-of-promises/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Use of promises
2+
> Use of promises
3+
4+
## In construction

use-of-services/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Use of services
2+
> Use of services
3+
4+
## In construction

0 commit comments

Comments
 (0)