Skip to content

Commit

Permalink
initialized _only to null
Browse files Browse the repository at this point in the history
  • Loading branch information
jtlapp committed Aug 2, 2016
1 parent 289b590 commit 07da71b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/results.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function Results () {
this.pass = 0;
this._stream = through();
this.tests = [];
this._only = 0;
this._only = null;
}

Results.prototype.createStream = function (opts) {
Expand Down

0 comments on commit 07da71b

Please sign in to comment.