We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7a46d4 commit 34fee06Copy full SHA for 34fee06
docs/content/tutorial/step_02.ngdoc
@@ -191,8 +191,8 @@ You can do this by issuing `npm install` into your terminal.
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
195
-is located at `./config/karma.conf.js`).
+ `./scripts/test.sh` (if you are on Windows, run scripts\test.bat) to start the Karma server (the
+ config file necessary to start the server is located at `./config/karma.conf.js`).
196
197
2. Karma will start a new instance of Chrome browser automatically. Just ignore it and let it run in
198
the background. Karma will use this browser for test execution.
0 commit comments