Home
last modified time | relevance | path

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

/expo/packages/@expo/config-plugins/src/ios/__tests__/
H A DBundleIdentifier-test.ts13 const baseExpoConfig: ExpoConfig = { constant
27 expect(getBundleIdentifier(baseExpoConfig)).toBe(null);
32 getBundleIdentifier({ ...baseExpoConfig, ios: { bundleIdentifier: 'com.example.xyz' } })
110 { ...baseExpoConfig, ios: { bundleIdentifier: 'host.exp.exponent' } },
119 expect(setBundleIdentifier(baseExpoConfig, {})).toMatchObject({});