| 1 | import { HttpException } from '@nestjs/common'; |
| 2 | import { isNil, isObject } from '@nestjs/common/utils/shared.utils'; |
| 3 | import { expect } from 'chai'; |
| 4 | import * as createHttpError from 'http-errors'; |
nothing calls this directly
no test coverage detected