Searched refs:mockConfigContext (Results 1 – 2 of 2) sorted by relevance
6 const mockConfigContext = {} as any; constant131 getDynamicConfig('dynamic-export-types/exports-function.app.config.js', mockConfigContext)138 getDynamicConfig('dynamic-export-types/exports-object.app.config.js', mockConfigContext)147 expect(() => getDynamicConfig(paths.dynamicConfigPath!, mockConfigContext)).toThrowError(155 expect(() => getDynamicConfig(paths.dynamicConfigPath!, mockConfigContext)).toThrowError(
7 const mockConfigContext = {} as any; constant29 const { config } = getDynamicConfig(configPath, mockConfigContext);