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:10:50 -07:00
committed by GitHub
parent 0e15cca7d4
commit b45a84770a

View File

@@ -192,7 +192,7 @@ package.json
} }
``` ```
Jest is now the test runner for the project. It can now be used to run the tests, but even better it can be used in combination with Testing Library. Jest is now the test runner for the project. It can now be used to run the tests, but even better, it can be used in combination with Testing Library.
### Install Angular Testing Library ### Install Angular Testing Library