Commit 4ff9c54c authored by Chris Rebert's avatar Chris Rebert
Browse files
parent 3bb05b5f
Showing with 2 additions and 2 deletions
+2 -2
......@@ -43,12 +43,12 @@
QUnit.testStart(function (testDetails) {
$(window).scrollTop(0)
QUnit.log = function (details) {
QUnit.log(function (details) {
if (!details.result) {
details.name = testDetails.name
log.push(details)
}
}
})
})
// Cleanup
......
Supports Markdown
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