File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -191,8 +191,8 @@ You can do this by issuing `npm install` into your terminal.
191
191
To run the test, do the following:
192
192
193
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`).
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`).
196
196
197
197
2. Karma will start a new instance of Chrome browser automatically. Just ignore it and let it run in
198
198
the background. Karma will use this browser for test execution.
You can’t perform that action at this time.
0 commit comments