| 44 | |
| 45 | (function it(_ = 'Combines two equal error types (custom types)') { |
| 46 | interface MyError { |
| 47 | stack: string |
| 48 | code: number |
| 49 | } |
| 50 | |
| 51 | type Expectation = Result<string, MyError> |
| 52 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…