| 1 | import 'mocha'; |
| 2 | import { MetadataGenerator } from '@tsoa/cli/metadataGeneration/metadataGenerator'; |
| 3 | import { SpecGenerator2 } from '@tsoa/cli/swagger/specGenerator2'; |
| 4 | import { getDefaultExtendedOptions } from '../../../fixtures/defaultOptions'; |
nothing calls this directly
no test coverage detected