(el)
| 2696 | }); |
| 2697 | |
| 2698 | function appendToStack(el) { |
| 2699 | // Don't call .appendChild if #mocha-report was already .shift()'ed off the stack. |
| 2700 | if (stack[0]) { |
| 2701 | stack[0].appendChild(el); |
| 2702 | } |
| 2703 | } |
| 2704 | |
| 2705 | function updateStats() { |
| 2706 | // TODO: add to stats |