docs: add correct path for karma.conf.js file (#38571)

In the latest Angular CLI versions, the `karma.conf.js` file resides in the root folder of the Angular CLI project.

PR Close #38571
This commit is contained in:
Aristeidis Bampakos 2020-08-25 13:07:20 +03:00 committed by Misko Hevery
parent 9cbde86534
commit 94a3e0e81d

View File

@ -75,7 +75,7 @@ The tests run again, the browser refreshes, and the new test results appear.
The CLI takes care of Jasmine and Karma configuration for you. The CLI takes care of Jasmine and Karma configuration for you.
You can fine-tune many options by editing the `karma.conf.js` and You can fine-tune many options by editing the `karma.conf.js` in the root folder of the project and
the `test.ts` files in the `src/` folder. the `test.ts` files in the `src/` folder.
The `karma.conf.js` file is a partial Karma configuration file. The `karma.conf.js` file is a partial Karma configuration file.