We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e16cadf commit 4adab80Copy full SHA for 4adab80
bin/vows
@@ -8,7 +8,7 @@ var path = require('path'),
8
9
require.paths.unshift(path.join(__dirname, '..', 'lib'));
10
11
-var console = require('vows/reporters/console');
+var console = require('vows/reporters/dot-matrix');
12
13
var options = [];
14
0 commit comments