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