Home
last modified time | relevance | path

Searched refs:mockConfigContext (Results 1 – 2 of 2) sorted by relevance

/expo/packages/@expo/config/src/__tests__/
H A DgetConfig-test.ts6 const mockConfigContext = {} as any; constant
131 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(
H A DgetConfig-e2e-test.ts7 const mockConfigContext = {} as any; constant
29 const { config } = getDynamicConfig(configPath, mockConfigContext);