Skip to content

Commit

Permalink
[Deps] update tap-parser
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Sep 23, 2022
1 parent 43a11c4 commit fa1ee37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -72,7 +72,7 @@ module.exports = function (opts) {
}

var fmt = '\r %s \x1b[1m\x1b[' + c + 'm%d\x1b[0m %s\x1b[K';
var str = sprintf(fmt, ok, res.number, res.name);
var str = sprintf(fmt, ok, res.id, res.name);

if (!res.ok) {
var y = ++test.offset + 1;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -38,7 +38,7 @@
"sprintf-js": "^1.1.2",
"string.prototype.split": "^1.0.6",
"string.prototype.trim": "^1.2.6",
"tap-parser": "^0.4.3",
"tap-parser": "^5.4.0",
"tape": "^5.6.1",
"through2": "^0.2.3"
},
Expand Down

0 comments on commit fa1ee37

Please sign in to comment.