testDone should get assert message
According to the documentation, the testDone() callback does not receive the assertion message. IE:
assert.ok(false, "Here is important debugging information you need to fix this test");
By experimentation, I see that there's actually an additional field, "assertions" which contains the info I need. So the documentation for that callback could use an update.