Fix a typo.
This commit is contained in:
parent
a8d6f529d5
commit
3c34d8d6ed
1 changed files with 1 additions and 1 deletions
|
|
@ -11,6 +11,6 @@ test.print = function(print) {
|
||||||
}
|
}
|
||||||
print("tests: " + test.total + "\nfailures: " + test.failures.length)
|
print("tests: " + test.total + "\nfailures: " + test.failures.length)
|
||||||
if (test.failures.length > 0) {
|
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.")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue