Skip to content

Commit

Permalink
dot-matrix is the default reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudhead committed Jun 3, 2010
1 parent e16cadf commit 4adab80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/vows
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ var path = require('path'),

require.paths.unshift(path.join(__dirname, '..', 'lib'));

var console = require('vows/reporters/console');
var console = require('vows/reporters/dot-matrix');

var options = [];

Expand Down

0 comments on commit 4adab80

Please sign in to comment.