...

/

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...
Technical Quiz
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

1 / 5
...