Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9eb324 commit ba48797Copy full SHA for ba48797
docs/content/tutorial/step_02.ngdoc
@@ -192,8 +192,8 @@ You can do this by issuing `npm install` into your terminal.
192
To run the test, do the following:
193
194
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`).
+ `npm test` to start the Karma server (the config file necessary to start the server is
+ located at `./test/karma.conf.js`).
197
198
2. Karma will start a new instance of Chrome browser automatically. Just ignore it and let it run in
199
the background. Karma will use this browser for test execution.
0 commit comments