(args: any)
| 3988 | // nestedRoutes not enabled |
| 3989 | }); |
| 3990 | const plainHandler = (args: any) => |
| 3991 | api.handleRequest({ ...args, url: new URL(`http://localhost/${args.path}`) }); |
| 3992 | |
| 3993 | await nestedClient.user.create({ data: { id: 'u1', email: 'u1@test.com' } }); |
| 3994 | const post = await nestedClient.post.create({ |
no test coverage detected