Home
last modified time | relevance | path

Searched refs:autoInstall (Results 1 – 3 of 3) sorted by relevance

/expo/packages/@expo/cli/src/start/doctor/ngrok/
H A DExternalModule.ts28 autoInstall?: boolean; property
91 autoInstall,
95 if (!autoInstall) {
100 autoInstall ||
/expo/packages/@expo/cli/src/start/doctor/ngrok/__tests__/
H A DExternalModule-test.ts170 const instance = await externalModule.installAsync({ shouldPrompt: true, autoInstall: false });
173 autoInstall: false,
199 autoInstall: true,
224 await expect(externalModule.installAsync({ autoInstall: true })).rejects.toThrowError(
248 externalModule.resolveAsync({ autoInstall: false, shouldPrompt: false })
/expo/packages/@expo/cli/src/start/server/
H A DAsyncNgrok.ts116 autoInstall: false,