Searched refs:getDirFromFS (Results 1 – 10 of 10) sorted by relevance
| /expo/packages/expo-notifications/plugin/src/__tests__/ |
| H A D | withNotificationsAndroid-test.ts | 12 export function getDirFromFS(fsJSON: Record<string, string | null>, rootDir: string) { function 95 const after = getDirFromFS(vol.toJSON(), projectRoot); 100 const before = getDirFromFS(vol.toJSON(), projectRoot); 107 const after = getDirFromFS(vol.toJSON(), projectRoot); 113 const final = getDirFromFS(vol.toJSON(), projectRoot);
|
| H A D | withNotificationsiOS-test.ts | 5 import { getDirFromFS } from './withNotificationsAndroid-test'; 53 const after = getDirFromFS(vol.toJSON(), projectRoot);
|
| /expo/packages/@expo/config-plugins/src/ios/__tests__/ |
| H A D | Locales-test.ts | 4 import { getDirFromFS } from './utils/getDirFromFS'; 65 const after = getDirFromFS(vol.toJSON(), projectRoot);
|
| /expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-splash-screen/__tests__/ |
| H A D | withIosSplashScreen-test.ts | 9 import { getDirFromFS } from '../../../__tests__/getDirFromFS'; 84 const after = getDirFromFS(vol.toJSON(), path.join(projectRoot, 'ios')); 130 const after = getDirFromFS(vol.toJSON(), path.join(projectRoot, 'ios'));
|
| /expo/packages/@expo/prebuild-config/src/plugins/icons/__tests__/ |
| H A D | withIosIcons-test.ts | 6 import { getDirFromFS } from '../../__tests__/getDirFromFS'; 85 const after = getDirFromFS(vol.toJSON(), projectRoot);
|
| H A D | withAndroidIcons-test.ts | 16 import { getDirFromFS } from '../../__tests__/getDirFromFS'; 145 const after = getDirFromFS(vol.toJSON(), projectRoot); 191 const after = getDirFromFS(vol.toJSON(), projectRoot);
|
| /expo/packages/@expo/prebuild-config/src/plugins/__tests__/ |
| H A D | getDirFromFS.ts | 1 export function getDirFromFS(fsJSON: Record<string, string | null>, rootDir: string) { function
|
| H A D | withDefaultPlugins-test.ts | 17 import { getDirFromFS } from './getDirFromFS'; 345 const after = getDirFromFS(vol.toJSON(), projectRoot); 509 const after = getDirFromFS(vol.toJSON(), projectRoot); 656 const after = getDirFromFS(vol.toJSON(), projectRoot);
|
| /expo/packages/@expo/config-plugins/src/ios/__tests__/utils/ |
| H A D | getDirFromFS.ts | 1 export function getDirFromFS(fsJSON: Record<string, string | null>, rootDir: string) { function
|
| /expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-notifications/__tests__/ |
| H A D | withAndroidNotifications-test.ts | 10 import { getDirFromFS } from '../../../__tests__/getDirFromFS'; 91 const after = getDirFromFS(vol.toJSON(), projectRoot);
|