diff options
| author | Maarten Stolte | 2013-10-16 23:19:24 +0200 |
|---|---|---|
| committer | Pete Bacon Darwin | 2013-10-25 21:46:32 +0100 |
| commit | bb1395b45255ea4b6be33c66683d33a219d19df7 (patch) | |
| tree | ea45018534457c3f7d8d60f04d4d699b7d04f87f /docs/content/guide | |
| parent | e7177d3159c5aa5616899196ce28f9b4f154b3c6 (diff) | |
| download | angular.js-bb1395b45255ea4b6be33c66683d33a219d19df7.tar.bz2 | |
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
Diffstat (limited to 'docs/content/guide')
| -rw-r--r-- | docs/content/guide/dev_guide.e2e-testing.ngdoc | 5 |
1 files changed, 0 insertions, 5 deletions
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 |
