Skip to content

Commit 07da71b

Browse files
committed
initialized _only to null
1 parent 289b590 commit 07da71b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/results.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function Results () {
2222
this.pass = 0;
2323
this._stream = through();
2424
this.tests = [];
25-
this._only = 0;
25+
this._only = null;
2626
}
2727

2828
Results.prototype.createStream = function (opts) {

0 commit comments

Comments
 (0)