diff --git a/tests/test.js b/tests/test.js index 8c8d24e8..a50f3d8f 100644 --- a/tests/test.js +++ b/tests/test.js @@ -11,6 +11,6 @@ test.print = function(print) { } print("tests: " + test.total + "\nfailures: " + test.failures.length) if (test.failures.length > 0) { - throw new Error(test.failures.length + " test did not pass.") + throw new Error(test.failures.length + " tests did not pass.") } }