Quiz Yourself on Custom Matchers
Test your knowledge of custom matchers.
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);
Question 1 of 70 attempted
Get hands-on with 1200+ tech skills courses.