Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/utils/__tests__/
H A Dcodesigning-test.ts3 import { mockExpoRootChain, mockSelfSigned } from './fixtures/certificates';
32 publicKeyPEM: mockExpoRootChain.publicKeyPEM,
33 privateKeyPEM: mockExpoRootChain.privateKeyPEM,
38 getProjectDevelopmentCertificateAsync: jest.fn(() => mockExpoRootChain.developmentCertificate),
42 () => mockExpoRootChain.expoGoIntermediateCertificate
/expo/packages/@expo/cli/src/utils/__tests__/fixtures/
H A Dcertificates.ts49 export const mockExpoRootChain = { constant
/expo/packages/@expo/cli/src/start/server/middleware/__tests__/
H A DExpoGoManifestHandlerMiddleware-test.ts13 mockExpoRootChain,
46 publicKeyPEM: mockExpoRootChain.publicKeyPEM,
47 privateKeyPEM: mockExpoRootChain.privateKeyPEM,
52 getProjectDevelopmentCertificateAsync: jest.fn(() => mockExpoRootChain.developmentCertificate),
56 () => mockExpoRootChain.expoGoIntermediateCertificate