From bb1395b45255ea4b6be33c66683d33a219d19df7 Mon Sep 17 00:00:00 2001 From: Maarten Stolte Date: Wed, 16 Oct 2013 23:19:24 +0200 Subject: docs(guide/e2e-testing): remove superfluous block of text The removed block is repeated from the unit-testing guide and appears in an awkward place in this text. Closes #4456 --- docs/content/guide/dev_guide.e2e-testing.ngdoc | 5 ----- 1 file changed, 5 deletions(-) (limited to 'docs/content/guide/dev_guide.e2e-testing.ngdoc') diff --git a/docs/content/guide/dev_guide.e2e-testing.ngdoc b/docs/content/guide/dev_guide.e2e-testing.ngdoc index a7631848..080d7307 100644 --- a/docs/content/guide/dev_guide.e2e-testing.ngdoc +++ b/docs/content/guide/dev_guide.e2e-testing.ngdoc @@ -173,11 +173,6 @@ Executes the `method` passing in `key` and `value` on the element matching the g `selector`, where `method` can be any of the following jQuery methods: `attr`, `prop`, `css`. The `label` is used for test output. -JavaScript is a dynamically typed language which comes with great power of expression, but it also -come 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 -angular which makes testing your angular applications easy. So there is no excuse for not testing. - # Matchers Matchers are used in combination with the `expect(...)` function as described above and can -- cgit v1.2.3