push for travis
This commit is contained in:
parent
e94b6597af
commit
1ff4b3ccf6
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue