Which Angular CLI command would you use to run your unit tests in a process that reruns your test suite on file changes?
ng test
ng test --watch-files
ng test --single-run=false
ng test --progress