Q. Which command runs unit tests in Angular? (A) ng run tests (B) ng test (C) ng karma (D) ng unit ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) ng test Explanation: `ng test` runs unit tests using Karma and Jasmine by default.