What is the recommended method for running unit tests on a single component or service?
I can temporarily modify tests.ts
to only load a single .spec.ts
file, but this seems very hacky. There doesn't appear to be an option for ng test
that does this.
Edit: This question is answered here: Running a single test file