aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/tutorial/step_02.ngdoc
diff options
context:
space:
mode:
authorPete Bacon Darwin2013-12-05 22:06:28 +0000
committerPete Bacon Darwin2013-12-05 22:06:28 +0000
commit39c5ffb2a61c607810beed8cbb0f8dc19745045f (patch)
tree2b134b78b797d5bcc63e8c42cca87af6e6bc27c6 /docs/content/tutorial/step_02.ngdoc
parent04a570d31cf05731e44a8bd9bde0fcc9c0fbff86 (diff)
downloadangular.js-39c5ffb2a61c607810beed8cbb0f8dc19745045f.tar.bz2
docs(tutorial/step-2): remember to install karma plugins
Diffstat (limited to 'docs/content/tutorial/step_02.ngdoc')
-rw-r--r--docs/content/tutorial/step_02.ngdoc6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/content/tutorial/step_02.ngdoc b/docs/content/tutorial/step_02.ngdoc
index f1906018..2489162c 100644
--- a/docs/content/tutorial/step_02.ngdoc
+++ b/docs/content/tutorial/step_02.ngdoc
@@ -184,7 +184,11 @@ http://pivotal.github.com/jasmine/ Jasmine home page} and at the {@link
http://pivotal.github.io/jasmine/ Jasmine docs}.
The angular-seed project is pre-configured to run all unit tests using {@link
-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.
+You can do this by issuing `npm install` into your terminal.
+
+
+To run the test, do the following:
1. In a _separate_ terminal window or tab, go to the `angular-phonecat` directory and run
`./scripts/test.sh` to start the Karma server (the config file necessary to start the server