()
| 175 | function foo () {} |
| 176 | |
| 177 | function newErrorWithProps () { |
| 178 | return ono({ |
| 179 | code: 404, |
| 180 | text: "Not Found", |
| 181 | timestamp: now, |
| 182 | foo |
| 183 | }); |
| 184 | } |
| 185 | |
| 186 | let err = newErrorWithProps(); |
| 187 |
no test coverage detected
searching dependent graphs…