Update content/blog/writing-better-angular-tests/index.md

Co-authored-by: Corbin Crutchley <crutchcorn@gmail.com>
This commit is contained in:
Robert Mennell
2020-05-09 00:14:32 -07:00
committed by GitHub
parent 3f468c752f
commit 9cb19e762a

View File

@@ -68,7 +68,7 @@ Angular ships with Karma alongside Jasmine for running tests and collecting cove
npm uninstall karma karma-chrome-launcher karma-coverage-istanbul-reporter karma-jasmine karma-jasmine-html-reporter
```
#### Remove the leftover configurations
#### Remove the leftover configurations {#remove-karma-config}
Deleting the following will remove the leftover configuration files from the project: