Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit ba48797

Browse files
stephnacioscaitp
authored andcommitted
docs(tutorial): update instructions for running tests in step 2
Fixing outdated instructions on how to run the test Closes #6972
1 parent f9eb324 commit ba48797

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/tutorial/step_02.ngdoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,8 @@ You can do this by issuing `npm install` into your terminal.
192192
To run the test, do the following:
193193

194194
1. In a _separate_ terminal window or tab, go to the `angular-phonecat` directory and run
195-
`./scripts/test.sh` (if you are on Windows, run scripts\test.bat) to start the Karma server (the
196-
config file necessary to start the server is located at `./config/karma.conf.js`).
195+
`npm test` to start the Karma server (the config file necessary to start the server is
196+
located at `./test/karma.conf.js`).
197197

198198
2. Karma will start a new instance of Chrome browser automatically. Just ignore it and let it run in
199199
the background. Karma will use this browser for test execution.

0 commit comments

Comments
 (0)