When I want to execute my tests, I used to have the option --single-run
activated, but after upgrading to Angular 6 it is not recognized anymore.
> ng test --source-map=false --single-run --no-progress --browsers=ChromeNoSandbox
Unknown option: '--singleRun'
What is the equivalent option in Angular CLI 6 for --single-run ?