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:23 -07:00
committed by GitHub
parent 9aa4d432c8
commit 3f468c752f

View File

@@ -60,7 +60,7 @@ Thankfully, writing tests like these have been made simple by a testing library
### Get rid of Karma {#remove-karma}
Angular ships with Karma alongside Jasmine for running tests and collecting coverage. With Jest an Angular project no longer need Karma or the other packages that would be installed by the Angular CLI.
Angular ships with Karma alongside Jasmine for running tests and collecting coverage. With Jest, an Angular project no longer needs Karma or the other packages that would be installed by the Angular CLI.
#### Uninstall Karma