+5
-5
@@ -101,3 +101,3 @@ // | ||
| } else { | ||
| console.log(module_name.trim() + " Success!"); | ||
| console.log(module_name + " Success!"); | ||
| } | ||
@@ -110,3 +110,3 @@ try { | ||
| } else { | ||
| throw module_name.trim() + " Failed!"; | ||
| throw module_name + " Failed!"; | ||
| } | ||
@@ -140,7 +140,7 @@ }; | ||
| } else { | ||
| throw module_name.trim() + " Failed!"; | ||
| throw module_name + " Failed!"; | ||
| } | ||
| group_test = test_groups.shift(); | ||
| } | ||
| console.log(module_name.trim() + " Success!"); | ||
| console.log(module_name + " Success!"); | ||
| }; | ||
@@ -155,3 +155,3 @@ | ||
| console.log("Starting [" + module_name.trim() + "] ..."); | ||
| console.log("Starting [" + module_name + "] ..."); | ||
| try { | ||
@@ -158,0 +158,0 @@ int_id = setInterval(run, test_delay); |
+1
-1
| { | ||
| "name" : "harness", | ||
| "version" : "0.0.3", | ||
| "version" : "0.0.4", | ||
| "description" : "Yet another test organizer except this one works in NodeJS and Mongo 2.2's shell.", | ||
@@ -5,0 +5,0 @@ "main" : "./harness.js", |
16119
-0.22%