Skip to content

Commit 25155de

Browse files
petebacondarwinjamesdaily
authored andcommitted
docs(tutorial/step-2): remember to install karma plugins
1 parent e014a56 commit 25155de

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/content/tutorial/step_02.ngdoc

+5-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,11 @@ http://pivotal.github.com/jasmine/ Jasmine home page} and at the {@link
184184
http://pivotal.github.io/jasmine/ Jasmine docs}.
185185

186186
The angular-seed project is pre-configured to run all unit tests using {@link
187-
http://karma-runner.github.io/ Karma}. To run the test, do the following:
187+
http://karma-runner.github.io/ Karma}. Ensure that the necessary karma plugins are installed.
188+
You can do this by issuing `npm install` into your terminal.
189+
190+
191+
To run the test, do the following:
188192

189193
1. In a _separate_ terminal window or tab, go to the `angular-phonecat` directory and run
190194
`./scripts/test.sh` to start the Karma server (the config file necessary to start the server

0 commit comments

Comments
 (0)