| 1 | import { Test, TestingModule } from '@nestjs/testing'; |
| 2 | import { expect } from 'chai'; |
| 3 | import { CoreInjectablesModule } from '../src/core-injectables/core-injectables.module'; |
| 4 | import { ApplicationConfig, ModuleRef } from '@nestjs/core'; |
nothing calls this directly
no test coverage detected