File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11var options = {
22 tail : "\n"
33} ;
4- var console = require ( "vows/lib/vows /console" ) ;
4+ var console = require ( ".. /console" ) ;
55var stylize = console . stylize ;
66var puts = console . puts ( options ) ;
77
@@ -12,7 +12,7 @@ var puts = console.puts(options);
1212this . name = "tap" ;
1313this . setSTream = function setStream ( s ) {
1414 options . stream = s ;
15- }
15+ } ;
1616
1717var __bind = function ( fn , me ) { return function ( ) { return fn . apply ( me , arguments ) ; } ; } ;
1818var TapInterface = ( function ( ) {
@@ -39,7 +39,7 @@ var TapInterface = (function() {
3939 } ;
4040
4141 TapInterface . prototype . bailOut = function ( reason ) {
42- return "Bail out!" + ( reason != null ? " " + reason : "" ) ;
42+ return "Bail out!" + ( reason !== null ? " " + reason : "" ) ;
4343 } ;
4444
4545 TapInterface . prototype . testCount = function ( ) {
@@ -93,8 +93,8 @@ this.report = function report(data) {
9393 puts ( "# " + JSON . stringify ( data ) ) ;
9494 break ;
9595 }
96- }
96+ } ;
9797
9898this . print = function print ( str ) {
9999 require ( "util" ) . print ( str ) ;
100- }
100+ } ;
You can’t perform that action at this time.
0 commit comments