Q. Which command runs unit tests in Angular?
β
Correct Answer: (B)
ng test
Explanation: `ng test` runs unit tests using Karma and Jasmine by default.