I was getting a weird error in Node, it would exit randomly, I could not figure it out. There was no error or stack trace. I could not step into the line with the debugger.
I thought maybe the test runner was doing something strange. So I quickly mocked out the test runner, at least the bits I use.
It ended up being unrelated to the test runner, but I wanted to record this as its a nice simple async test runner.