(args: any)
| 4049 | nestedRoutes: true, |
| 4050 | }); |
| 4051 | const mappedHandler = (args: any) => |
| 4052 | mappedApi.handleRequest({ ...args, url: new URL(`http://localhost/${args.path}`) }); |
| 4053 | |
| 4054 | await nestedClient.user.create({ |
| 4055 | data: { |
no test coverage detected