tags:

views:

12

answers:

0

I'm currently using JsMockito and QUnit for my javascript unit testing.

If JsMockito doesn't successfully verify the QUnit message is simply "Died on test #1: undefined"

I then have to use Firebug to see what verification failed.

I've written my own helper function to display the verification that failed, but is there a way to get this working without having to write custom code?