```js expect(() => foo()).toNotThrow ``` fails when `foo` throws, but it doesn't tell me what error `foo` threw. This would be really useful for debugging. I'm happy to make a PR :) PS: I'm also happy to try to help out more if you need help with this module :)