We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e014a56 commit 25155deCopy full SHA for 25155de
docs/content/tutorial/step_02.ngdoc
@@ -184,7 +184,11 @@ http://pivotal.github.com/jasmine/ Jasmine home page} and at the {@link
184
http://pivotal.github.io/jasmine/ Jasmine docs}.
185
186
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:
+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:
192
193
1. In a _separate_ terminal window or tab, go to the `angular-phonecat` directory and run
194
`./scripts/test.sh` to start the Karma server (the config file necessary to start the server
0 commit comments