Skip to content

Commit fa1ee37

Browse files
committed
[Deps] update tap-parser
1 parent 43a11c4 commit fa1ee37

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ module.exports = function (opts) {
7272
}
7373

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

7777
if (!res.ok) {
7878
var y = ++test.offset + 1;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"sprintf-js": "^1.1.2",
3939
"string.prototype.split": "^1.0.6",
4040
"string.prototype.trim": "^1.2.6",
41-
"tap-parser": "^0.4.3",
41+
"tap-parser": "^5.4.0",
4242
"tape": "^5.6.1",
4343
"through2": "^0.2.3"
4444
},

0 commit comments

Comments
 (0)