Searched refs:mockExpoRootChain (Results 1 – 3 of 3) sorted by relevance
3 import { mockExpoRootChain, mockSelfSigned } from './fixtures/certificates';32 publicKeyPEM: mockExpoRootChain.publicKeyPEM,33 privateKeyPEM: mockExpoRootChain.privateKeyPEM,38 getProjectDevelopmentCertificateAsync: jest.fn(() => mockExpoRootChain.developmentCertificate),42 () => mockExpoRootChain.expoGoIntermediateCertificate
49 export const mockExpoRootChain = { constant
13 mockExpoRootChain,46 publicKeyPEM: mockExpoRootChain.publicKeyPEM,47 privateKeyPEM: mockExpoRootChain.privateKeyPEM,52 getProjectDevelopmentCertificateAsync: jest.fn(() => mockExpoRootChain.developmentCertificate),56 () => mockExpoRootChain.expoGoIntermediateCertificate