From 56b28fb72dca97df37c38167d0c96c397bdcf1c4 Mon Sep 17 00:00:00 2001 From: Ronan Connolly Date: Tue, 12 Jul 2016 14:53:59 +0100 Subject: [PATCH 1/2] docs(guide/Unit Testing): Heading missing Heading missing --- docs/content/guide/unit-testing.ngdoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/content/guide/unit-testing.ngdoc b/docs/content/guide/unit-testing.ngdoc index f7b33c904668..ad341f5111dd 100644 --- a/docs/content/guide/unit-testing.ngdoc +++ b/docs/content/guide/unit-testing.ngdoc @@ -3,6 +3,8 @@ @sortOrder 410 @description +## Unit Testing + JavaScript is a dynamically typed language which comes with great power of expression, but it also comes with almost no help from the compiler. For this reason we feel very strongly that any code written in JavaScript needs to come with a strong set of tests. We have built many features into From 6965af000391cf6dcff07dffe45785f4869f2a42 Mon Sep 17 00:00:00 2001 From: Ronan Connolly Date: Tue, 12 Jul 2016 15:00:45 +0100 Subject: [PATCH 2/2] docs(guide/Unit Testing): add heading Added heading to docs page. --- docs/content/guide/unit-testing.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/guide/unit-testing.ngdoc b/docs/content/guide/unit-testing.ngdoc index ad341f5111dd..489ecb1737d4 100644 --- a/docs/content/guide/unit-testing.ngdoc +++ b/docs/content/guide/unit-testing.ngdoc @@ -4,7 +4,7 @@ @description ## Unit Testing - + JavaScript is a dynamically typed language which comes with great power of expression, but it also comes with almost no help from the compiler. For this reason we feel very strongly that any code written in JavaScript needs to come with a strong set of tests. We have built many features into