Q. Which Angular CLI command is used to run unit tests?
β
Correct Answer: (C)
ng test
Explanation: `ng test` compiles the application and runs unit tests using Karma.