Searched refs:getBundleIdWarningInternalAsync (Results 1 – 2 of 2) sorted by relevance
7 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'))
126 export async function getBundleIdWarningInternalAsync(bundleId: string): Promise<string | null> { function157 export const getBundleIdWarningAsync = memoize(getBundleIdWarningInternalAsync);