UNPKG

@tresdoce-nestjs-toolkit/test-utils

Version:
5 lines (4 loc) 254 B
import { registerAs } from '@nestjs/config'; import _ from 'lodash'; import { appConfigBase } from '../fixtures/appConfigBase'; export const dynamicConfig = ({ ...args } = {}) => registerAs('config', () => _.mergeWith(_.cloneDeep(appConfigBase), args));