@@ -109,9 +109,9 @@ the API where possible, to make it easier to digest.
109109Tests are simply exported from a module, but they are still run in the order
110110they are defined.
111111
112- __ Note:__ Users of old nodeunit versions may remember using ` ok ` , ` equals ` and
113- ` same ` in the style of qunit, instead of the assert functions above. These
114- functions still exist for backwards compatibility, and are simply aliases to
112+ __ Note:__ Users of old nodeunit versions may remember using ` ok ` , ` equals ` and
113+ ` same ` in the style of qunit, instead of the assert functions above. These
114+ functions still exist for backwards compatibility, and are simply aliases to
115115their assert module counterparts.
116116
117117
@@ -412,7 +412,7 @@ context when setting up the sandbox.
412412 var box_globals = {
413413 // Passing module.exports into the sandbox will give your code access to it.
414414 module: {exports: exports},
415- // Passing require into the sandbox will give your code access to use it AND
415+ // Passing require into the sandbox will give your code access to use it AND
416416 // will share the cache with modules already required from outside the sandbox.
417417 require: require,
418418 // Passing console into the sandbox will give your code access to it
@@ -440,7 +440,7 @@ to v0.2.1 fixes this.
440440__ machineout__ reporter
441441----------------------------------------------
442442
443- The default reporter is readable for human but not for machine analysis.
443+ The default reporter is readable for human but not for machine analysis.
444444When you want to analyze the output of nodeunit, use __ machineout__ reporter and you will get
445445
446446<img src =" https://github.com/caolan/nodeunit/raw/master/img/example_machineout.png " />
@@ -454,7 +454,7 @@ nodeunit with VIM.
454454That compiler uses __ machineout__ reporter and it is useful to use
455455with [ vim-makegreen] ( https://github.com/reinh/vim-makegreen ) .
456456
457-
457+
458458
459459Contributing
460460------------
0 commit comments