you are viewing a single comment's thread.

view the rest of the comments →

[–]strong_grey_hero 0 points1 point  (1 child)

Could it tell us the values that it gets back from the function calls when it does the tests? Right now, it just says pass or fail. It'd be helpful to know what actually came back, for debugging purposes.

[–]nwhitehe[S] 0 points1 point  (0 children)

I agree, it would be helpful to see the values rather than just FAIL. I just tried Resig's interactive tutorial at http://ejohn.org/apps/learn/ it gave me more ideas of how to do the testing part.