Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/start/doctor/dependencies/__tests__/
H A DensureDependenciesAsync-test.ts4 import { createInstallCommand, ensureDependenciesAsync } from '../ensureDependenciesAsync';
154 describe(createInstallCommand, () => {
157 createInstallCommand({
/expo/packages/@expo/cli/src/start/doctor/dependencies/
H A DensureDependenciesAsync.ts86 const installCommand = createInstallCommand({
106 export function createInstallCommand({ function