...

/

Quiz Yourself on Custom Matchers

Quiz Yourself on Custom Matchers

Test your knowledge of custom matchers.

We'll cover the following...
Technical Quiz
1.

What method do you use to get Jasmine to use your custom matchers object?

A.
jasmine.addMatchers(customMatchers);
B.
jasmine.use(customMatchers);
C.
loadCustomMatchers(customMatchers);
D.
use(customMatchers);

1 / 7