Skip to content

Commit ca72909

Browse files
petebacondarwinjamesdaily
authored andcommitted
docs(tutorial/step-3): remember to install karma plugins
1 parent 2e34b4a commit ca72909

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/tutorial/step_03.ngdoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@ end-to-end tests! Use `./scripts/e2e-test.sh` script for that. End-to-end tests
127127
with unit tests, Karma will exit after the test run and will not automatically rerun the test
128128
suite on every file change. To rerun the test suite, execute the `e2e-test.sh` script again.
129129

130-
Note: You must ensure you've installed karma-ng-scenario prior to running the `e2e-test.sh` script.
131-
You can do this by issuing `npm install karma-ng-scenario` into your terminal.
130+
Note: You must ensure you've installed the karma-ng-scenario framework plugin prior to running the
131+
`e2e-test.sh` script. You can do this by issuing `npm install` into your terminal.
132132

133133
This test verifies that the search box and the repeater are correctly wired together. Notice how
134134
easy it is to write end-to-end tests in Angular. Although this example is for a simple test, it

0 commit comments

Comments
 (0)