Searched refs:exportedConfig (Results 1 – 2 of 2) sorted by relevance
| /expo/packages/@expo/config-plugins/src/plugins/__tests__/ |
| H A D | mod-compiler-test.ts | 30 let exportedConfig: ExportedConfig = { variable 42 exportedConfig = withMod<any>(exportedConfig, { 48 const config = await compileModsAsync(exportedConfig, { 65 let exportedConfig: ExportedConfig = { variable 72 exportedConfig = withMod<any>(exportedConfig, { 81 compileModsAsync(exportedConfig, { projectRoot, assertMissingModProviders: true }) 89 const exportedConfig: ExportedConfig = { constant 94 const config = await compileModsAsync(exportedConfig, { projectRoot }); 107 const exportedConfig: ExportedConfig = { constant 125 const config = await compileModsAsync(exportedConfig, { projectRoot }); [all …]
|
| H A D | withMod-test.ts | 8 const exportedConfig: ExportedConfig = { name: 'app', slug: '', mods: null }; constant 16 let config = withBaseMod<any>(exportedConfig, {
|