What is a Jasmine custom matcher and how is it added?
-
A
A built-in Jasmine extension added via jasmine.addCustomEqualityTester()
-
B
A user-defined matcher added via jasmine.addMatchers() in beforeEach
-
C
A third-party plugin loaded from npm automatically
-
D
A CSS class applied to failing specs in the HTML reporter