()
| 11 | |
| 12 | it("should include the stack of the original error", () => { |
| 13 | function makeOriginalError () { |
| 14 | return new ReferenceError("This is the original error"); |
| 15 | } |
| 16 | |
| 17 | function makeOuterError (originalError) { |
| 18 | return ono(originalError, "Oops, an error happened."); |
no outgoing calls
no test coverage detected
searching dependent graphs…