This runs all spec files that are descendants of the “my-area” folder and in the “Edge” browser.
ng test --include "src/app/my-area/**/*.spec.ts" --browsers=Edge
run a single spec file:
ng test --include "src/app/myarea/**/mytest.component.spec.ts" --browsers=Edge