# TestingModuleOptions

**Kind:** Type

**Source:** [`packages/testing/testing-module.builder.ts`](https://github.com/nestjs/nest/blob/master/packages/testing/testing-module.builder.ts#L29)

**Part of:** [Testing](subsystem-packages-testing)

## Definition

```ts
Pick< NestApplicationContextOptions, 'moduleIdGeneratorAlgorithm' >
```

## Relationships

- IMPORTS → `Logger`
- IMPORTS → `LoggerService`
- IMPORTS → `Module`
- IMPORTS → `ModuleMetadata`
- IMPORTS → `NestApplicationContextOptions`
- IMPORTS → `ApplicationConfig`
- IMPORTS → `NestContainer`
- IMPORTS → `GraphInspector`
- IMPORTS → `NoopGraphInspector`
- IMPORTS → `UuidFactory`
- IMPORTS → `UuidFactoryMode`
- IMPORTS → `ModuleDefinition`
- IMPORTS → `ModuleOverride`
- IMPORTS → `MetadataScanner`
- IMPORTS → `DependenciesScanner`
