When we run
ng Test
It runs the tests for all the components in the project. Say we have 2 components in my project 1: App, 2: Test
What if i want to run the tests only in test.component.specs.ts?
When we run
ng Test
It runs the tests for all the components in the project. Say we have 2 components in my project 1: App, 2: Test
What if i want to run the tests only in test.component.specs.ts?