Searched refs:fixturesPath (Results 1 – 6 of 6) sorted by relevance
| /expo/packages/expo-media-library/plugin/src/__tests__/ |
| H A D | withMediaLibrary-test.ts | 6 const fixturesPath = resolve(__dirname, 'fixtures'); constant 7 const sampleManifestPath = resolve(fixturesPath, 'react-native-AndroidManifest.xml');
|
| /expo/packages/expo-branch/plugin/src/__tests__/ |
| H A D | withBranchAndroid-test.ts | 8 const fixturesPath = resolve(__dirname, 'fixtures'); constant 10 const sampleManifestPath = resolve(fixturesPath, 'react-native-AndroidManifest.xml');
|
| /expo/packages/@expo/config-plugins/src/ios/__tests__/ |
| H A D | Updates-test.ts | 14 const fixturesPath = path.resolve(__dirname, 'fixtures'); constant 15 const sampleCodeSigningCertificatePath = path.resolve(fixturesPath, 'codeSigningCertificate.pem');
|
| /expo/packages/@expo/config-plugins/src/android/__tests__/ |
| H A D | Scheme-test.ts | 22 const fixturesPath = resolve(__dirname, 'fixtures'); constant 24 fixturesPath,
|
| H A D | Updates-test.ts | 19 const fixturesPath = path.resolve(__dirname, 'fixtures'); constant 20 const sampleCodeSigningCertificatePath = path.resolve(fixturesPath, 'codeSigningCertificate.pem');
|
| /expo/packages/@expo/config-plugins/src/utils/__tests__/ |
| H A D | Updates-test.ts | 26 const fixturesPath = path.resolve(__dirname, 'fixtures'); constant 27 const sampleCodeSigningCertificatePath = path.resolve(fixturesPath, 'codeSigningCertificate.pem');
|