Skip to content

Commit

Permalink
Update to latest tap-parser and log diag info
Browse files Browse the repository at this point in the history
  • Loading branch information
anandthakker committed Dec 1, 2015
1 parent f994647 commit 89d18cb
Show file tree
Hide file tree
Showing 3 changed files with 15,497 additions and 3,495 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -23,6 +23,6 @@
"karma": "^0.12.28"
},
"dependencies": {
"tap-parser": "^0.7.0"
"tap-parser": "^1.2.2"
}
}
2 changes: 1 addition & 1 deletion src/adapter.js
Expand Up @@ -15,7 +15,7 @@ var createStartFn = function(tc, env) {
res.push({
description: assertion.name,
success: assertion.ok,
log: [],
log: [JSON.stringify(assertion.diag || assertion, null, 2)],
suite: [],
time: new Date().getTime() - startTime
});
Expand Down

0 comments on commit 89d18cb

Please sign in to comment.