Skip to content Skip to sidebar Skip to footer

Custom Matcher Makes Jasmine To Hang

Trying to call this custom matcher in jasmine testing tool but I got this error: TypeError: matcherCompare is undefined var result = matcherCompare.apply(null, args); jasmine.js (l

Solution 1:

For jasmine 2.0, the syntax for custom matchers was changed. Updated documentation is here: http://jasmine.github.io/2.0/custom_matcher.html


Post a Comment for "Custom Matcher Makes Jasmine To Hang"