| 1 | import { Injectable } from '@nestjs/common'; |
| 2 | import { RouteInfoPathExtractor } from '@nestjs/core/middleware/route-info-path-extractor'; |
| 3 | import * as chai from 'chai'; |
| 4 | import { expect } from 'chai'; |
nothing calls this directly
no test coverage detected