A

Admin • 825.56K Points
Coach

Q. Which Angular CLI command is used to run unit tests?

  • (A) ng build --test
  • (B) ng run tests
  • (C) ng test
  • (D) ng serve --test
  • Correct Answer - Option(C)
  • Views: 8
  • Filed under category Angular JS
  • Hashtags:

Explanation by: Admin
`ng test` compiles the application and runs unit tests using Karma.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.