| 1 | import { ForbiddenException } from '@nestjs/common'; |
| 2 | import { CUSTOM_ROUTE_ARGS_METADATA } from '@nestjs/common/constants'; |
| 3 | import { RouteParamtypes } from '@nestjs/common/enums/route-paramtypes.enum'; |
| 4 | import { expect } from 'chai'; |
nothing calls this directly
no test coverage detected