Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/utils/__tests__/
H A DvalidateApplicationId-test.ts7 getBundleIdWarningInternalAsync,
69 describe(getBundleIdWarningInternalAsync, () => {
73 expect(await getBundleIdWarningInternalAsync('bacon')).toBe(null);
77 await expect(getBundleIdWarningInternalAsync('bacon')).resolves.toBe(null);
102 stripAnsi(await getBundleIdWarningInternalAsync('com.bacon.pillarvalley'))
/expo/packages/@expo/cli/src/utils/
H A DvalidateApplicationId.ts126 export async function getBundleIdWarningInternalAsync(bundleId: string): Promise<string | null> { function
157 export const getBundleIdWarningAsync = memoize(getBundleIdWarningInternalAsync);