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

Commit 11881d0

Browse files
committed
chore: cleanup
Closes #6
1 parent a2820bb commit 11881d0

File tree

11 files changed

+7
-16
lines changed

11 files changed

+7
-16
lines changed
File renamed without changes.

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,8 @@ 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](https://github.com/cironunes/angular-testing-recipes/tree/master/services)
109
- [Filters](https://github.com/cironunes/angular-testing-recipes/tree/master/filters)
11-
- [Directives](https://github.com/cironunes/angular-testing-recipes/tree/master/directives)
10+
- [Services](https://github.com/cironunes/angular-testing-recipes/tree/master/services)
1211
- [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)
12+
- [Directives](https://github.com/cironunes/angular-testing-recipes/tree/master/directives)
13+
- [E2E](https://github.com/cironunes/angular-testing-recipes/tree/master/protractor)
File renamed without changes.
File renamed without changes.
File renamed without changes.

karma.conf.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,11 @@ module.exports = function(config) {
2020

2121
'app.js',
2222

23-
'controller/controller.js',
23+
'controllers/controllers.js',
24+
'controllers/controllers.spec.js',
2425

25-
'controller/controller.spec.js'
26+
'services/services.js',
27+
'services/services.spec.js'
2628
],
2729

2830

File renamed without changes.
File renamed without changes.
File renamed without changes.

use-of-promises/README.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)