Home
last modified time | relevance | path

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

/expo/packages/@expo/config-plugins/src/plugins/__tests__/
H A Dmod-compiler-test.ts30 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 DwithMod-test.ts8 const exportedConfig: ExportedConfig = { name: 'app', slug: '', mods: null }; constant
16 let config = withBaseMod<any>(exportedConfig, {