From 94a3e0e81d23b3c93c38929a4994f08b33e4dfda Mon Sep 17 00:00:00 2001 From: Aristeidis Bampakos Date: Tue, 25 Aug 2020 13:07:20 +0300 Subject: [PATCH] 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 --- aio/content/guide/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/testing.md b/aio/content/guide/testing.md index a0ded80616..46812d335d 100644 --- a/aio/content/guide/testing.md +++ b/aio/content/guide/testing.md @@ -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. -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 `karma.conf.js` file is a partial Karma configuration file.