From 39c5ffb2a61c607810beed8cbb0f8dc19745045f Mon Sep 17 00:00:00 2001 From: Pete Bacon Darwin Date: Thu, 5 Dec 2013 22:06:28 +0000 Subject: docs(tutorial/step-2): remember to install karma plugins --- docs/content/tutorial/step_02.ngdoc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'docs/content/tutorial') 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 -- cgit v1.2.3