1 Returns error if option of env not set
Test section context: These tests validate nestjs-mod EnvModel: environment variable reading, required field validation, and DI value propagation into services.
2 Returns model info in error if option of env not set
Test section context: These tests validate nestjs-mod EnvModel: environment variable reading, required field validation, and DI value propagation into services.
3 Returns option value from service use env
Test section context: These tests validate nestjs-mod EnvModel: environment variable reading, required field validation, and DI value propagation into services.
4 Returns option value from service use env and contextName
Test section context: These tests validate nestjs-mod EnvModel: environment variable reading, required field validation, and DI value propagation into services.
5 Returns option value from service of other module
Test section context: These tests validate nestjs-mod EnvModel: environment variable reading, required field validation, and DI value propagation into services.
6 Uses featureConfigurationClass with DI
Test section context: These tests validate nestjs-mod ConfigModel: configuration transformation, input validation, and error contract on invalid parameters.
6 Returns error if option of env not set
Test section context: These tests validate nestjs-mod EnvModel: environment variable reading, required field validation, and DI value propagation into services.
7 Returns model info in error if option of env not set
Test section context: These tests validate nestjs-mod EnvModel: environment variable reading, required field validation, and DI value propagation into services.
8 Returns option value from service
Test section context: These tests validate nestjs-mod EnvModel: environment variable reading, required field validation, and DI value propagation into services.
9 Returns option value from service of other module
Test section context: These tests validate nestjs-mod EnvModel: environment variable reading, required field validation, and DI value propagation into services.
0 Use env model and config model
Test section context: These tests validate nestjs-mod EnvModel: environment variable reading, required field validation, and DI value propagation into services.
1 Returns all feature options
Test section context: These tests validate nestjs-mod EnvModel: environment variable reading, required field validation, and DI value propagation into services.
2 Update configuration value on runtime
Test section context: These tests validate nestjs-mod EnvModel: environment variable reading, required field validation, and DI value propagation into services.
3 Instantiate feature configuration from class
Test section context: These tests validate nestjs-mod EnvModel: environment variable reading, required field validation, and DI value propagation into services.
4 Uses featureConfigurationClass with DI
Test section context: These tests validate nestjs-mod EnvModel: environment variable reading, required field validation, and DI value propagation into services.
5 Use featureConfigurationFactory with injection
Test section context: These tests validate nestjs-mod EnvModel: environment variable reading, required field validation, and DI value propagation into services.
6 Use featureConfigurationExisting instance
Test section context: These tests validate nestjs-mod EnvModel: environment variable reading, required field validation, and DI value propagation into services.
7 Use featureConfigurationStream for dynamic configuration
Test section context: These tests validate nestjs-mod EnvModel: environment variable reading, required field validation, and DI value propagation into services.
8 Support multiple feature modules with different configuration methods
Test section context: These tests validate nestjs-mod EnvModel: environment variable reading, required field validation, and DI value propagation into services.