Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/api/__tests__/
H A DgetExpoGoIntermediateCertificate-test.ts4 import { getExpoGoIntermediateCertificateAsync } from '../getExpoGoIntermediateCertificate';
14 describe(getExpoGoIntermediateCertificateAsync, () => {
21 const cert = await getExpoGoIntermediateCertificateAsync(
31 await expect(getExpoGoIntermediateCertificateAsync('123')).rejects.toThrowError(/Expo server/);
/expo/packages/@expo/cli/src/api/
H A DgetExpoGoIntermediateCertificate.ts4 export async function getExpoGoIntermediateCertificateAsync(easProjectId: string): Promise<string> { function
/expo/packages/@expo/cli/src/utils/
H A Dcodesigning.ts21 import { getExpoGoIntermediateCertificateAsync } from '../api/getExpoGoIntermediateCertificate';
395 getExpoGoIntermediateCertificateAsync(easProjectId),
/expo/packages/@expo/cli/src/utils/__tests__/
H A Dcodesigning-test.ts41 getExpoGoIntermediateCertificateAsync: jest.fn(
/expo/packages/@expo/cli/src/start/server/middleware/__tests__/
H A DExpoGoManifestHandlerMiddleware-test.ts55 getExpoGoIntermediateCertificateAsync: jest.fn(