diff options
| author | Julie | 2014-01-30 22:09:09 -0800 | 
|---|---|---|
| committer | Igor Minar | 2014-02-05 15:40:16 -0800 | 
| commit | 84467d869730c6821c07496f510355ab73e7c10b (patch) | |
| tree | 726315b47d229fd92ba6dd5390dd12e117234826 /docs/content | |
| parent | 0e85ca9ddb5f259908400463764fd6141977b341 (diff) | |
| download | angular.js-84467d869730c6821c07496f510355ab73e7c10b.tar.bz2 | |
refactor(testing): run end to end tests on separate browsers in parallel
Diffstat (limited to 'docs/content')
| -rw-r--r-- | docs/content/misc/contribute.ngdoc | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/content/misc/contribute.ngdoc b/docs/content/misc/contribute.ngdoc index cfed161b..bd94f630 100644 --- a/docs/content/misc/contribute.ngdoc +++ b/docs/content/misc/contribute.ngdoc @@ -135,7 +135,7 @@ made available a local web server based on Node.js.  ## Running the Unit Test Suite -We write unit tests with Jasmine and execute them with Karma. To run all of the +We write unit and integration tests with Jasmine and execute them with Karma. To run all of the  tests once on Chrome run:  ```shell | 
