| 5 | |
| 6 | describe("CustomError", () => { |
| 7 | class MockCustomError extends CustomError {} |
| 8 | |
| 9 | it("should not set the `cause` property to `undefined` if not provided", () => { |
| 10 | const error = new MockCustomError("test"); |
nothing calls this directly
no outgoing calls
no test coverage detected