Home
last modified time | relevance | path

Searched refs:getDirFromFS (Results 1 – 10 of 10) sorted by relevance

/expo/packages/expo-notifications/plugin/src/__tests__/
H A DwithNotificationsAndroid-test.ts12 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 DwithNotificationsiOS-test.ts5 import { getDirFromFS } from './withNotificationsAndroid-test';
53 const after = getDirFromFS(vol.toJSON(), projectRoot);
/expo/packages/@expo/config-plugins/src/ios/__tests__/
H A DLocales-test.ts4 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 DwithIosSplashScreen-test.ts9 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 DwithIosIcons-test.ts6 import { getDirFromFS } from '../../__tests__/getDirFromFS';
85 const after = getDirFromFS(vol.toJSON(), projectRoot);
H A DwithAndroidIcons-test.ts16 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 DgetDirFromFS.ts1 export function getDirFromFS(fsJSON: Record<string, string | null>, rootDir: string) { function
H A DwithDefaultPlugins-test.ts17 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 DgetDirFromFS.ts1 export function getDirFromFS(fsJSON: Record<string, string | null>, rootDir: string) { function
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-notifications/__tests__/
H A DwithAndroidNotifications-test.ts10 import { getDirFromFS } from '../../../__tests__/getDirFromFS';
91 const after = getDirFromFS(vol.toJSON(), projectRoot);