Home
last modified time | relevance | path

Searched refs:getRemoteVersionsForSdkAsync (Results 1 – 2 of 2) sorted by relevance

/expo/packages/@expo/cli/src/start/doctor/dependencies/__tests__/
H A DgetVersionedPackages-test.ts8 getRemoteVersionsForSdkAsync,
195 describe(getRemoteVersionsForSdkAsync, () => {
203 expect(await getRemoteVersionsForSdkAsync({ sdkVersion: '1.0.0', skipCache: true })).toEqual(
214 expect(await getRemoteVersionsForSdkAsync({ sdkVersion: '1.0.0', skipCache: true })).toEqual(
235 expect(await getRemoteVersionsForSdkAsync({ sdkVersion: '1.0.0', skipCache: true })).toEqual({
/expo/packages/@expo/cli/src/start/doctor/dependencies/
H A DgetVersionedPackages.ts50 const versionsForSdk = await getRemoteVersionsForSdkAsync({ sdkVersion, skipCache });
60 export async function getRemoteVersionsForSdkAsync({ function
87 return getRemoteVersionsForSdkAsync({ sdkVersion, skipCache });