diff options
| author | Pete Bacon Darwin | 2013-12-05 22:06:38 +0000 | 
|---|---|---|
| committer | Pete Bacon Darwin | 2013-12-05 22:06:38 +0000 | 
| commit | 2adbcf189b692bfcfa9f99760f2ba9a84eee1e0f (patch) | |
| tree | 6abf85535237a47e8126589fc79afa0854c0c983 /docs/content/tutorial | |
| parent | 39c5ffb2a61c607810beed8cbb0f8dc19745045f (diff) | |
| download | angular.js-2adbcf189b692bfcfa9f99760f2ba9a84eee1e0f.tar.bz2 | |
docs(tutorial/step-3): remember to install karma plugins
Diffstat (limited to 'docs/content/tutorial')
| -rw-r--r-- | docs/content/tutorial/step_03.ngdoc | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/docs/content/tutorial/step_03.ngdoc b/docs/content/tutorial/step_03.ngdoc index 618d2e06..686f0854 100644 --- a/docs/content/tutorial/step_03.ngdoc +++ b/docs/content/tutorial/step_03.ngdoc @@ -127,8 +127,8 @@ end-to-end tests! Use `./scripts/e2e-test.sh` script for that. End-to-end tests  with unit tests, Karma will exit after the test run and will not automatically rerun the test  suite on every file change. To rerun the test suite, execute the `e2e-test.sh` script again. -Note: You must ensure you've installed karma-ng-scenario prior to running the `e2e-test.sh` script. -You can do this by issuing `npm install karma-ng-scenario` into your terminal. +Note: You must ensure you've installed the karma-ng-scenario framework plugin prior to running the +`e2e-test.sh` script. You can do this by issuing `npm install` into your terminal.  This test verifies that the search box and the repeater are correctly wired together. Notice how  easy it is to write end-to-end tests in Angular. Although this example is for a simple test, it | 
