Searched refs:sampleCodeSigningCertificatePath (Results 1 – 3 of 3) sorted by relevance
| /expo/packages/@expo/config-plugins/src/ios/__tests__/ |
| H A D | Updates-test.ts | 15 const sampleCodeSigningCertificatePath = path.resolve(fixturesPath, 'codeSigningCertificate.pem'); constant 26 '/app/hello': fsReal.readFileSync(sampleCodeSigningCertificatePath, 'utf-8'), 60 sampleCodeSigningCertificatePath,
|
| /expo/packages/@expo/config-plugins/src/android/__tests__/ |
| H A D | Updates-test.ts | 20 const sampleCodeSigningCertificatePath = path.resolve(fixturesPath, 'codeSigningCertificate.pem'); constant 38 '/app/hello': fsReal.readFileSync(sampleCodeSigningCertificatePath, 'utf-8'), 108 fsReal.readFileSync(sampleCodeSigningCertificatePath, 'utf-8') 202 '/app/hello': fsReal.readFileSync(sampleCodeSigningCertificatePath, 'utf-8'),
|
| /expo/packages/@expo/config-plugins/src/utils/__tests__/ |
| H A D | Updates-test.ts | 27 const sampleCodeSigningCertificatePath = path.resolve(fixturesPath, 'codeSigningCertificate.pem'); constant 52 '/app/hello': fsReal.readFileSync(sampleCodeSigningCertificatePath, 'utf-8'), 79 ).toBe(fsReal.readFileSync(sampleCodeSigningCertificatePath, 'utf-8'));
|