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

Commit 34fee06

Browse files
lenielIgorMinar
authored andcommitted
docs(tutorial): referenced test.bat for Windows users in step 2
Closes #5748
1 parent c7a46d4 commit 34fee06

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
@@ -191,8 +191,8 @@ You can do this by issuing `npm install` into your terminal.
191191
To run the test, do the following:
192192

193193
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`).
194+
`./scripts/test.sh` (if you are on Windows, run scripts\test.bat) to start the Karma server (the
195+
config file necessary to start the server is located at `./config/karma.conf.js`).
196196

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

0 commit comments

Comments
 (0)