()
| 71 | // To prevent environments from thinking we're dead due to lack of |
| 72 | // output, we force output after 20s |
| 73 | function getTime() { return (new Date()).getTime(); } |
| 74 | const KEEP_ALIVE = 20 * 1000; |
| 75 | |
| 76 | // this reporter outputs test results, indenting two spaces per suite |
no outgoing calls
no test coverage detected