fixing archiving
This commit is contained in:
parent
70b2489539
commit
c5f3bc23aa
37 changed files with 4279 additions and 37 deletions
|
|
@ -1,6 +1,6 @@
|
|||
function test(condition) {
|
||||
try {if (!condition()) throw new Error}
|
||||
catch (e) {test.failures.push(condition)}
|
||||
catch (e) {console.error(e);test.failures.push(condition)}
|
||||
test.total++
|
||||
}
|
||||
test.total = 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue