Skip to content

Commit 4fd4abe

Browse files
committed
moved testing images down
1 parent deec5dd commit 4fd4abe

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1392,9 +1392,7 @@ Many of my styles have been from the many pair programming sessions [Ward Bell](
13921392
**[Back to top](#table-of-contents)**
13931393
13941394
## Testing
1395-
Unit testing helps maintain clean code, as such I included some of my recommendations for unit testing foundations with links for more information.
1396-
1397-
![Testing Tools](https://raw.githubusercontent.com/johnpapa/angularjs-styleguide/master/assets/testing-tools.png)
1395+
Unit testing helps maintain clean code, as such I included some of my recommendations for unit testing foundations with links for more information.
13981396
13991397
- **Write Tests with Stories**: Write a set of tests for every story. Start with an empty test and fill them in as your write the code for the story.
14001398
@@ -1420,8 +1418,6 @@ Many of my styles have been from the many pair programming sessions [Ward Bell](
14201418
// and so on
14211419
```
14221420
1423-
1424-
14251421
- **Testing Library**: Use [Jasmine](http://jasmine.github.io/) or [Mocha](http://visionmedia.github.io/mocha/) for unit testing.
14261422
14271423
*Why?*: Both Jasmine and Mocha are widely used in the AngularJS community. Both are stable, well maintained, and provide robust testing features.
@@ -1462,6 +1458,8 @@ Many of my styles have been from the many pair programming sessions [Ward Bell](
14621458
/*global sinon, describe, it, afterEach, beforeEach, expect, inject */
14631459
```
14641460
1461+
![Testing Tools](https://raw.githubusercontent.com/johnpapa/angularjs-styleguide/master/assets/testing-tools.png)
1462+
14651463
**[Back to top](#table-of-contents)**
14661464
14671465
## Comments

0 commit comments

Comments
 (0)