()
| 29 | } |
| 30 | |
| 31 | function done() { |
| 32 | asserts.push('<strong>Tests: ' + stats.pass + ' / ' + stats.run + '</strong> – ' + stats.fail + ' failed '); |
| 33 | document.body.style.backgroundColor = stats.pass == stats.run ? '#eeffee' : '#ffeeee'; |
| 34 | report(); |
| 35 | } |
| 36 | |
| 37 | function run() { |
| 38 | var t = 1; |
no test coverage detected