Removed trailing spaces
This commit is contained in:
parent
d4cb7959d4
commit
3df5578e7b
5 changed files with 53 additions and 53 deletions
|
|
@ -10,7 +10,7 @@ test.print = function(print) {
|
|||
print(test.failures[i].toString())
|
||||
}
|
||||
print("tests: " + test.total + "\nfailures: " + test.failures.length)
|
||||
|
||||
|
||||
if (test.failures.length > 0) {
|
||||
throw new Error(test.failures.length + " tests did not pass")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue