Turns out I had forgotten to `return` the `TestRes...
# javascript
e
Turns out I had forgotten to
return
the
TestResult
(which is a
Promise
) from one of the test cases.