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:40 -07:00
committed by GitHub
parent 9cb19e762a
commit f7923456e0

View File

@@ -77,7 +77,7 @@ karma.config.js
src/test.ts src/test.ts
``` ```
Once those two files are deleted any references to `src/test.ts` will need to be removed. Removing the paths from the following file that reference them cleans it up easily enough: Once those two files are deleted, any references to `src/test.ts` will need to be removed. Removing the paths from the following file that reference them cleans it up easily enough:
```json ```json
tsconfig.spec.json tsconfig.spec.json