Commit 4ff9c54c authored by Chris Rebert's avatar Chris Rebert
parent 3bb05b5f
...@@ -43,12 +43,12 @@ ...@@ -43,12 +43,12 @@
QUnit.testStart(function (testDetails) { QUnit.testStart(function (testDetails) {
$(window).scrollTop(0) $(window).scrollTop(0)
QUnit.log = function (details) { QUnit.log(function (details) {
if (!details.result) { if (!details.result) {
details.name = testDetails.name details.name = testDetails.name
log.push(details) log.push(details)
} }
} })
}) })
// Cleanup // Cleanup
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment