Jasmine 2.0 Test With A Custom Matcher Fails: Undefined Is Not A Function
I have this function in my source file: function gimmeANumber(){ var x = 4; return x; } An…
Read more
Jasmine 2.0 Test With A Custom Matcher Fails: Undefined Is Not A Function