(depth: number, opts: any)
| 151 | ) { |
| 152 | // Setup custom inspect functions to make test error messages easier to read |
| 153 | const inspectOpts = (depth: number, opts: any) => |
| 154 | util.inspect(requestOptions, opts); |
| 155 | |
| 156 | defineCustomInspect( |
| 157 | context.request, |
no test coverage detected