...

/

Quiz Yourself on Jasmine Deep Dive

Quiz Yourself on Jasmine Deep Dive

Test your knowledge of the advanced Jasmine topics.

We'll cover the following...
1

How do you run tests with a code coverage report for an Angular project?

A)
ng test --coverage
B)
ng test --code-coverage
C)
ng test --analyse
D)
ng test --report
Question 1 of 50 attempted
...