(el)
| 16805 | }); |
| 16806 | |
| 16807 | function appendToStack(el) { |
| 16808 | // Don't call .appendChild if #mocha-report was already .shift()'ed off the stack. |
| 16809 | if (stack[0]) { |
| 16810 | stack[0].appendChild(el); |
| 16811 | } |
| 16812 | } |
| 16813 | |
| 16814 | function updateStats() { |
| 16815 | // TODO: add to stats |